theraveace

Sobre mim

Informações do desenvolvedor
Nome theraveace
Usuário desde Julho 2, 2013
Número de extensões desenvolvidas 0 extensões
Avaliação média das extensões do desenvolvedor Ainda sem avaliação

Minhas análises

Telephone Message

Avaliado em 3 de 5 estrelas

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;