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".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Better Gmail Unsubscribe

Скачайте файлы расширений Better Gmail Unsubscribe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Better Gmail Unsubscribe Better Gmail Unsubscribe
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"
    }
}