Insightly FREE Upgrade Bar Disabler
This extension will disable the upgrade bar in Insightly CRM when on FREE account
Wat is Insightly FREE Upgrade Bar Disabler?
Insightly FREE Upgrade Bar Disabler is een Chrome-extensie ontwikkeld door OGZ CREATIVE, en de belangrijkste functie is "This extension will disable the upgrade bar in Insightly CRM when on FREE account".
Extensie Screenshots
Download het CRX-bestand van de extensie Insightly FREE Upgrade Bar Disabler
Download Insightly FREE Upgrade Bar Disabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | hfoiiadlogpmcllccpheicagibgnocjo |
Officiële URL | https://chrome.google.com/webstore/detail/insightly-free-upgrade-ba/hfoiiadlogpmcllccpheicagibgnocjo |
Beschrijving | This extension will disable the upgrade bar in Insightly CRM when on FREE account |
Bestandsgrootte | 5.6 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-07-27 |
Publicatiedatum | 2018-07-27 |
Ontwikkelaar | OGZ CREATIVE |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |