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."입니다.

확장 프로그램 스크린샷

screenshot

Orbee Platform Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Orbee Platform Helper
ID bnjeddacadflcjdjiaddmefblclmmenj
공식 URL 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": [
                ""
            ],
            "extension_ids": []
        }
    ]
}