theraveace

Tentang saya

Informasi Pengembang
Nama theraveace
Pengguna sejak Juli 2, 2013
Jumlah pengaya yang dikembangkan 0 pengaya
Rata-rata peringkat untuk pengembang pengaya Belum diperingkat

Ulasan Saya

Telephone Message

Peringkat 3 dari 5 bintang

Until the developer fixes the problem, here is the solution. Steps:

1. extract: telephone_message-1.3-tb.xpi
2. edit: chrome\mydialog.js
3. replace this line: var compose = sMsgComposeService. InitCompose (window, params);
with this line: var compose = sMsgComposeService. OpenComposeWindowWithParams (null, params);
4. save, repack (zip), install

If it switches off your signature permanently, replace this line too:
params. identity. attachSignature = false;
with this: params. identity. attachSignature = true;