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"
    ]
}