Insightly FREE Upgrade Bar Disabler

This extension will disable the upgrade bar in Insightly CRM when on FREE account

Co to jest Insightly FREE Upgrade Bar Disabler?

Insightly FREE Upgrade Bar Disabler to rozszerzenie Chrome opracowane przez OGZ CREATIVE, a jego główną funkcją jest „This extension will disable the upgrade bar in Insightly CRM when on FREE account”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Insightly FREE Upgrade Bar Disabler

Pobierz pliki rozszerzeń Insightly FREE Upgrade Bar Disabler 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Insightly FREE Upgrade Bar Disabler Insightly FREE Upgrade Bar Disabler
ID hfoiiadlogpmcllccpheicagibgnocjo
Oficjalny URL https://chrome.google.com/webstore/detail/insightly-free-upgrade-ba/hfoiiadlogpmcllccpheicagibgnocjo
Opis This extension will disable the upgrade bar in Insightly CRM when on FREE account
Rozmiar pliku 5.6 KB
Liczba instalacji 19
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-07-27
Data Publikacji 2018-07-27
Deweloper OGZ CREATIVE
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Insightly FREE Upgrade Bar Disabler",
    "description": "This extension will disable the upgrade bar in Insightly CRM when on FREE account",
    "version": "1.0",
    "icons": {
        "32": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.insightly.com\/*"
            ],
            "js": [
                "disable.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}