Insightly FREE Upgrade Bar Disabler

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

What is Insightly FREE Upgrade Bar Disabler?

Insightly FREE Upgrade Bar Disabler is a Chrome extension developed by OGZ CREATIVE, and its main feature is "This extension will disable the upgrade bar in Insightly CRM when on FREE account".

Extension Screenshots

screenshot

Download Insightly FREE Upgrade Bar Disabler Extension CRX File

Download Insightly FREE Upgrade Bar Disabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Insightly FREE Upgrade Bar Disabler Insightly FREE Upgrade Bar Disabler
ID hfoiiadlogpmcllccpheicagibgnocjo
Official URL https://chrome.google.com/webstore/detail/insightly-free-upgrade-ba/hfoiiadlogpmcllccpheicagibgnocjo
Description This extension will disable the upgrade bar in Insightly CRM when on FREE account
File Size 5.6 KB
Installation Count 19
Current Version 1.0
Last Updated 2018-07-27
Publish Date 2018-07-27
Developer OGZ CREATIVE
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}