ONTRAPORT Power User Extension

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

什么是ONTRAPORT Power User Extension?

ONTRAPORT Power User Extension是由ONTRAPORT Labs开发的Chrome扩展程序,该扩展的主要功能是“This extension provides unofficial extra features for power users of ONTRAPORT.”。

扩展截图

screenshot
screenshot
screenshot

下载ONTRAPORT Power User Extension扩展crx文件

下载ONTRAPORT Power User Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 ONTRAPORT Power User Extension ONTRAPORT Power User Extension
ID ddccabpjgecnegndgkghilemjpbocjpd
官方URL https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd
简介 This extension provides unofficial extra features for power users of ONTRAPORT.
文件大小 16.03 MB
安装次数 346
当前版本 1.109
更新时间 2020-02-20
上架时间 2020-02-20
评分 5.00/5 共4次评分
开发者 ONTRAPORT Labs
付费类型 free
隐私政策页面URL https://ontraport.com/legal
支持的语言 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"
    ]
}