SignatureSatori: Gmail Signature Remover Beta

One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.

Cos'è SignatureSatori: Gmail Signature Remover Beta?

SignatureSatori: Gmail Signature Remover Beta è un'estensione di Chrome sviluppata da https://signaturesatori.com, e la sua funzione principale è "One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SignatureSatori: Gmail Signature Remover Beta

Scarica i file di estensione SignatureSatori: Gmail Signature Remover Beta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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".                    

Informazioni di Base sull'Estensione

Nome SignatureSatori: Gmail Signature Remover Beta SignatureSatori: Gmail Signature Remover Beta
ID kjdkkjikkhdfmelkgfhadncclkecgpme
URL Ufficiale https://chromewebstore.google.com/detail/signaturesatori-gmail-sig/kjdkkjikkhdfmelkgfhadncclkecgpme
Descrizione One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.
Dimensione del File 32.39 KB
Conteggio Installazioni 353
Versione Corrente 1.1.1
Ultimo Aggiornamento 2015-12-23
Data di Pubblicazione 2015-12-23
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://signaturesatori.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}