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
官方網址 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"
    ]
}