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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Gmail Unsubscribe
قم بتنزيل ملفات الامتداد Better Gmail Unsubscribe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |