Just Unsubscribe
Upgrade Gmail. Install the missing button to just unsubscribe.
Just Unsubscribeとは何ですか?
Just Unsubscribeはhttps://justunsubscribe.comによって開発されたChromeの拡張機能で、その主な機能は「Upgrade Gmail. Install the missing button to just unsubscribe.」です。
拡張機能のスクリーンショット
Just Unsubscribe拡張機能のCRXファイルをダウンロード
Just Unsubscribe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.
拡張機能の基本情報
名前 | Just Unsubscribe |
ID | kcciakdnngbpmkkegddmimdejdekiomm |
公式URL | https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm |
説明 | Upgrade Gmail. Install the missing button to just unsubscribe. |
ファイルサイズ | 107 KB |
インストール数 | 229 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-05-26 |
公開日 | 2021-05-25 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | https://justunsubscribe.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://justunsubscribe.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Just Unsubscribe", "description": "Upgrade Gmail. Install the missing button to just unsubscribe.", "permissions": [ "https:\/\/mail.google.com\/", "http:\/\/localhost:5000\/", "https:\/\/justunsubscribe.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "loader.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ "icons\/unsubscribe.svg" ], "manifest_version": 2 } |