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はhttps://signaturesatori.comによって開発されたChromeの拡張機能で、その主な機能は「One-click Signature remover. Stop losing time deleting your signature. Just click on the button and signature is gone.」です。

拡張機能のスクリーンショット

screenshot

SignatureSatori: Gmail Signature Remover Beta拡張機能のCRXファイルをダウンロード

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