ONTRAPORT Power User Extension

This extension provides unofficial extra features for power users of ONTRAPORT.

What is ONTRAPORT Power User Extension?

ONTRAPORT Power User Extension is a Chrome extension developed by ONTRAPORT Labs, and its main feature is "This extension provides unofficial extra features for power users of ONTRAPORT.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ONTRAPORT Power User Extension Extension CRX File

Download ONTRAPORT Power User Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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.                    

Extension Basic Information

Name ONTRAPORT Power User Extension ONTRAPORT Power User Extension
ID ddccabpjgecnegndgkghilemjpbocjpd
Official URL https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd
Description This extension provides unofficial extra features for power users of ONTRAPORT.
File Size 16.03 MB
Installation Count 346
Current Version 1.109
Last Updated 2020-02-20
Publish Date 2020-02-20
Rating 5.00/5 Total 4 Ratings
Developer ONTRAPORT Labs
Payment Type free
Privacy Policy Page URL https://ontraport.com/legal
Supported Languages 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"
    ]
}