Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
什麼是Better Gmail Unsubscribe?
Better Gmail Unsubscribe是由lox開發的Chrome擴展程式,該擴展的主要功能是“Adds an unsubscribe link for when Gmail doesn't offer one”。
擴展截圖
下載Better Gmail Unsubscribe擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
官方網址 | 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" } } |