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ファイルをダウンロード

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 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
Eメール [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": []
        }
    ]
}