SignatureSatori: Gmail Signature Remover Beta
One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.
Qu'est-ce que SignatureSatori: Gmail Signature Remover Beta ?
SignatureSatori: Gmail Signature Remover Beta est une extension Chrome développée par https://signaturesatori.com, et sa fonction principale est "One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SignatureSatori: Gmail Signature Remover Beta
Téléchargez les fichiers d'extension SignatureSatori: Gmail Signature Remover Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | SignatureSatori: Gmail Signature Remover Beta |
ID | kjdkkjikkhdfmelkgfhadncclkecgpme |
URL Officiel | https://chromewebstore.google.com/detail/signaturesatori-gmail-sig/kjdkkjikkhdfmelkgfhadncclkecgpme |
Description | One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone. |
Taille du Fichier | 32.39 KB |
Nombre d'Installations | 353 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2015-12-23 |
Date de Publication | 2015-12-23 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://signaturesatori.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |