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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Orbee Platform Helper is a tool to augment your site with Orbee platform functionality."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Orbee Platform Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
        }
    ]
}