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