Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

Co to jest Just Unsubscribe?

Just Unsubscribe to rozszerzenie Chrome opracowane przez https://justunsubscribe.com, a jego główną funkcją jest „Upgrade Gmail. Install the missing button to just unsubscribe.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Just Unsubscribe

Pobierz pliki rozszerzeń Just Unsubscribe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.                    

Podstawowe informacje o rozszerzeniu

Nazwa Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
Oficjalny URL https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
Opis Upgrade Gmail. Install the missing button to just unsubscribe.
Rozmiar pliku 107 KB
Liczba instalacji 229
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-05-26
Data Publikacji 2021-05-25
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper https://justunsubscribe.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://justunsubscribe.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Just Unsubscribe",
    "description": "Upgrade Gmail. Install the missing button to just unsubscribe.",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "http:\/\/localhost:5000\/",
        "https:\/\/justunsubscribe.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "loader.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "icons\/unsubscribe.svg"
    ],
    "manifest_version": 2
}