ONTRAPORT Power User Extension
This extension provides unofficial extra features for power users of ONTRAPORT.
Was ist ONTRAPORT Power User Extension?
ONTRAPORT Power User Extension ist eine Chrome-Erweiterung, die von ONTRAPORT Labs entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides unofficial extra features for power users of ONTRAPORT.".
Erweiterungsscreenshots
ONTRAPORT Power User Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie ONTRAPORT Power User Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ddccabpjgecnegndgkghilemjpbocjpd |
| Offizielle URL | https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd |
| Beschreibung | This extension provides unofficial extra features for power users of ONTRAPORT. |
| Dateigröße | 16.03 MB |
| Installationsanzahl | 346 |
| Aktuelle Version | 1.109 |
| Letztes Update | 2020-02-20 |
| Veröffentlichungsdatum | 2020-02-20 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | ONTRAPORT Labs |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://ontraport.com/legal |
| Unterstützte Sprachen | 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"
]
} | |