SignatureSatori: Gmail Signature Remover Beta
One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.
O que é SignatureSatori: Gmail Signature Remover Beta?
SignatureSatori: Gmail Signature Remover Beta é uma extensão do Chrome desenvolvida por https://signaturesatori.com, e sua principal característica é "One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SignatureSatori: Gmail Signature Remover Beta
Baixe arquivos de extensão SignatureSatori: Gmail Signature Remover Beta no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
One-click Signature remover. Stop losing time while selecting and deleting your signature from emails to colleagues or friends. Just click on the button and signature will be removed from your message. This extension is brought to you by SignatureSatori (https://www.signaturesatori.com) - central signature management for Google Apps. -- How to get rid of the double dash? Go to Gmail settings: https://mail.google.com/mail/u/0/#settings/general, scroll down to Signature and right under your signature tick the checkbox: "Insert this signature before quoted text in replies and remove the "--" line that precedes it".
Informações Básicas da Extensão
Nome | SignatureSatori: Gmail Signature Remover Beta |
ID | kjdkkjikkhdfmelkgfhadncclkecgpme |
URL Oficial | https://chromewebstore.google.com/detail/signaturesatori-gmail-sig/kjdkkjikkhdfmelkgfhadncclkecgpme |
Descrição | One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone. |
Tamanho do Arquivo | 32.39 KB |
Contagem de Instalações | 353 |
Versão Atual | 1.1.1 |
Última Atualização | 2015-12-23 |
Data de Publicação | 2015-12-23 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | https://signaturesatori.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SignatureSatori: Gmail Signature Remover Beta", "description": "One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.", "icons": { "128": "icon128.png" }, "version": "1.1.1", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "signature-toggle.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/www.signaturesatori.com", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2, "web_accessible_resources": [ "images\/*.png" ] } |