Orbee Platform Helper
The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality.
什麼是Orbee Platform Helper?
Orbee Platform Helper是由developers開發的Chrome擴展程式,該擴展的主要功能是“The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality.”。
擴展截圖
下載Orbee Platform Helper擴展crx文件
下載Orbee Platform Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Orbee Platform Helper brings pieces of the Orbee platform as well a real time view of the Orbee analytics and tag management directly on your site. You'll be able to view real time events, user information, viewed vehicles, and user segments dropped. You'll also be able to view/control the plugins on your site, which script environment is active, and more Orbee platform functionality. To learn more about Orbee visit: https://www.orbee.com/
擴展基本資訊
名稱 | Orbee Platform Helper |
ID | bnjeddacadflcjdjiaddmefblclmmenj |
官方網址 | https://chromewebstore.google.com/detail/orbee-platform-helper/bnjeddacadflcjdjiaddmefblclmmenj |
簡介 | The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality. |
檔案大小 | 2.03 MB |
安裝次數 | 146 |
目前版本 | 1.29.0 |
更新時間 | 2023-11-30 |
上架時間 | 2022-06-08 |
評分 | 5.00/5 共 5 次評分 |
開發者 | developers |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.orbee.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.29.0", "manifest_version": 3, "author": "Gen Fillipow", "name": "Orbee Platform Helper", "description": "The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality.", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "img\/orbee-icon-16x16.png", "48": "img\/orbee-icon-48x48.png", "128": "img\/orbee-icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webRequest", "webNavigation", "tabs", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "js\/clickHeatmap.js", "js\/lib\/clickHeatmap.js", "js\/scrollHeatmap.js", "js\/lib\/scrollHeatmap.js", "js\/getMergeTagUrl.js" ], "matches": [ " |