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.」です。
拡張機能のスクリーンショット
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 |
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" ] } |