SignatureSatori: Gmail Signature Remover Beta

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

Τι είναι το SignatureSatori: Gmail Signature Remover Beta;

Το SignatureSatori: Gmail Signature Remover Beta είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://signaturesatori.com, και η κύρια λειτουργία του είναι "One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SignatureSatori: Gmail Signature Remover Beta

Λήψη αρχείων επέκτασης SignatureSatori: Gmail Signature Remover Beta σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα SignatureSatori: Gmail Signature Remover Beta SignatureSatori: Gmail Signature Remover Beta
ID kjdkkjikkhdfmelkgfhadncclkecgpme
Επίσημο URL https://chromewebstore.google.com/detail/signaturesatori-gmail-sig/kjdkkjikkhdfmelkgfhadncclkecgpme
Περιγραφή One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.
Μέγεθος Αρχείου 32.39 KB
Αριθμός Εγκαταστάσεων 353
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2015-12-23
Ημερομηνία Δημοσίευσης 2015-12-23
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://signaturesatori.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}