Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
Better Gmail Unsubscribe क्या है?
Better Gmail Unsubscribe lox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an unsubscribe link for when Gmail doesn't offer one"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Gmail Unsubscribe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } } |