ONTRAPORT Power User Extension
This extension provides unofficial extra features for power users of ONTRAPORT.
Co je ONTRAPORT Power User Extension?
ONTRAPORT Power User Extension je rozšíření Chrome vyvinuté ONTRAPORT Labs, a jeho hlavní funkcí je „This extension provides unofficial extra features for power users of ONTRAPORT.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ONTRAPORT Power User Extension
Stáhněte si soubory rozšíření ONTRAPORT Power User Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
- Keep the Top Level Navigation onscreen at all times. - Keep the current Release and Account Number onscreen at all times. - Setup Per-Account customizations such as color theming and custom logo.
Základní Informace o Rozšíření
Název | ONTRAPORT Power User Extension |
ID | ddccabpjgecnegndgkghilemjpbocjpd |
Oficiální URL | https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd |
Popis | This extension provides unofficial extra features for power users of ONTRAPORT. |
Velikost souboru | 16.03 MB |
Počet instalací | 346 |
Aktuální Verze | 1.109 |
Poslední Aktualizace | 2020-02-20 |
Datum Vydání | 2020-02-20 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | ONTRAPORT Labs |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://ontraport.com/legal |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ONTRAPORT Power User Extension", "description": "This extension provides unofficial extra features for power users of ONTRAPORT.", "version": "1.109", "browser_action": { "default_title": "Click to edit options", "default_icon": "icon.png", "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ontraport.com\/*" ], "css": [ "content_script\/styles.css" ], "js": [ "content_script\/jquery.js", "content_script\/jquery.initialize.min.js", "content_script\/script.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "storage" ] } |