ONTRAPORT Power User Extension
This extension provides unofficial extra features for power users of ONTRAPORT.
Wat is ONTRAPORT Power User Extension?
ONTRAPORT Power User Extension is een Chrome-extensie ontwikkeld door ONTRAPORT Labs, en de belangrijkste functie is "This extension provides unofficial extra features for power users of ONTRAPORT.".
Extensie Screenshots
Download het CRX-bestand van de extensie ONTRAPORT Power User Extension
Download ONTRAPORT Power User Extension-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
- 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.
Basisinformatie over de Extensie
Naam | ONTRAPORT Power User Extension |
ID | ddccabpjgecnegndgkghilemjpbocjpd |
Officiële URL | https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd |
Beschrijving | This extension provides unofficial extra features for power users of ONTRAPORT. |
Bestandsgrootte | 16.03 MB |
Aantal Installaties | 346 |
Huidige Versie | 1.109 |
Laatst Bijgewerkt | 2020-02-20 |
Publicatiedatum | 2020-02-20 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | ONTRAPORT Labs |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://ontraport.com/legal |
Ondersteunde Talen | 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" ] } |