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 |
公式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" } } |