ONTRAPORT Power User Extension
This extension provides unofficial extra features for power users of ONTRAPORT.
ONTRAPORT Power User Extension là gì?
ONTRAPORT Power User Extension là một tiện ích mở rộng Chrome được phát triển bởi ONTRAPORT Labs, và tính năng chính của nó là "This extension provides unofficial extra features for power users of ONTRAPORT.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ONTRAPORT Power User Extension
Tải xuống các tệp mở rộng ONTRAPORT Power User Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ONTRAPORT Power User Extension |
ID | ddccabpjgecnegndgkghilemjpbocjpd |
URL Chính Thức | https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd |
Mô tả | This extension provides unofficial extra features for power users of ONTRAPORT. |
Kích Thước Tệp | 16.03 MB |
Số Lần Cài Đặt | 346 |
Phiên Bản Hiện Tại | 1.109 |
Cập Nhật Lần Cuối | 2020-02-20 |
Ngày Phát Hành | 2020-02-20 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ONTRAPORT Labs |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://ontraport.com/legal |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |