Insightly FREE Upgrade Bar Disabler

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

Insightly FREE Upgrade Bar Disablerとは何ですか?

Insightly FREE Upgrade Bar DisablerはOGZ CREATIVEによって開発されたChromeの拡張機能で、その主な機能は「This extension will disable the upgrade bar in Insightly CRM when on FREE account」です。

拡張機能のスクリーンショット

screenshot

Insightly FREE Upgrade Bar Disabler拡張機能のCRXファイルをダウンロード

Insightly FREE Upgrade Bar Disabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Insightly FREE Upgrade Bar Disabler Insightly FREE Upgrade Bar Disabler
ID hfoiiadlogpmcllccpheicagibgnocjo
公式URL https://chrome.google.com/webstore/detail/insightly-free-upgrade-ba/hfoiiadlogpmcllccpheicagibgnocjo
説明 This extension will disable the upgrade bar in Insightly CRM when on FREE account
ファイルサイズ 5.6 KB
インストール数 19
現在のバージョン 1.0
最終更新日 2018-07-27
公開日 2018-07-27
開発者 OGZ CREATIVE
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}