Orbee Platform Helper

The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality.

Orbee Platform Helper là gì?

Orbee Platform Helper là một tiện ích mở rộng Chrome được phát triển bởi developers, và tính năng chính của nó là "The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Orbee Platform Helper

Tải xuống các tệp mở rộng Orbee Platform Helper 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

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Orbee Platform Helper Orbee Platform Helper
ID bnjeddacadflcjdjiaddmefblclmmenj
URL Chính Thức https://chromewebstore.google.com/detail/orbee-platform-helper/bnjeddacadflcjdjiaddmefblclmmenj
Mô tả The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality.
Kích Thước Tệp 2.03 MB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.29.0
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2022-06-08
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.orbee.com/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "extension_ids": []
        }
    ]
}