Better Gmail Unsubscribe

Adds an unsubscribe link for when Gmail doesn't offer one

Better Gmail Unsubscribeคืออะไร?

Better Gmail Unsubscribe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lox และคุณลักษณะหลักของมันคือ "Adds an unsubscribe link for when Gmail doesn't offer one"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Gmail Unsubscribe

ดาวน์โหลดไฟล์ส่วนขยาย Better Gmail Unsubscribe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Gmail offers an unsubscribe link for emails with certain headers, unfortunately this doesn't apply to a lot of emails that I want to unsubscribe from.

When the gmail unsubscribe link is missing, this extension adds it and when clicked opens a new tab with any unsubscribe links found in the body of the message.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Better Gmail Unsubscribe Better Gmail Unsubscribe
ID hdkbhdodcejjjicmnmhhibenjmlgmkfc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc
คำอธิบาย Adds an unsubscribe link for when Gmail doesn't offer one
ขนาดไฟล์ 10.02 KB
จำนวนการติดตั้ง 939
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2014-06-14
วันที่เผยแพร่ 2014-06-14
คะแนน 2.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา lox
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lox/better-gmail-unsubscribe
URL หน้าช่วยเหลือ https://github.com/lox/better-gmail-unsubscribe/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Gmail Unsubscribe",
    "version": "1.1.0",
    "description": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "short_name": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "permissions": [
        "tabs",
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    }
}