Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
Qu'est-ce que Better Gmail Unsubscribe ?
Better Gmail Unsubscribe est une extension Chrome développée par lox, et sa fonction principale est "Adds an unsubscribe link for when Gmail doesn't offer one".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better Gmail Unsubscribe
Téléchargez les fichiers d'extension Better Gmail Unsubscribe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
URL Officiel | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Description | Adds an unsubscribe link for when Gmail doesn't offer one |
Taille du Fichier | 10.02 KB |
Nombre d'Installations | 939 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2014-06-14 |
Date de Publication | 2014-06-14 |
Évaluation | 2.75/5 Total 12 Évaluations |
Développeur | lox |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lox/better-gmail-unsubscribe |
URL de la Page d'Aide | https://github.com/lox/better-gmail-unsubscribe/issues |
Langues Prises en Charge | 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" } } |