Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
Apa itu Better Gmail Unsubscribe?
Better Gmail Unsubscribe adalah ekstensi Chrome yang dikembangkan oleh lox, dan fitur utamanya adalah "Adds an unsubscribe link for when Gmail doesn't offer one".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better Gmail Unsubscribe
Unduh file ekstensi Better Gmail Unsubscribe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
URL Resmi | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Deskripsi | Adds an unsubscribe link for when Gmail doesn't offer one |
Ukuran File | 10.02 KB |
Jumlah Instalasi | 939 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2014-06-14 |
Tanggal Publikasi | 2014-06-14 |
Penilaian | 2.75/5 Total 12 Penilaian |
Pengembang | lox |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lox/better-gmail-unsubscribe |
URL Halaman Bantuan | https://github.com/lox/better-gmail-unsubscribe/issues |
Bahasa yang Didukung | 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" } } |