Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Oneinsight Extension क्या है?

Oneinsight Extension https://oneinsight.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience Oneinsight everywhere your workflow leads you"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Oneinsight Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Experience OneInsight as extension to your Chrome Browser and access the intelligence of OneInsight everywhere your workflow takes you.                    

एक्सटेंशन की मूल जानकारी

नाम Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
आधिकारिक URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
विवरण Experience Oneinsight everywhere your workflow leads you
फ़ाइल का आकार 376 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-11-24
प्रकाशन तिथि 2020-06-10
डेवलपर https://oneinsight.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://oneinsight.io
सहायता पृष्ठ URL https://docs.oneinsight.io
गोपनीयता नीति पृष्ठ URL https://oneinsight.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Oneinsight Extension",
    "description": "Experience Oneinsight everywhere your workflow leads you",
    "version": "1.1.0",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": "\/icons\/oneinsight-128x128.png",
        "default_title": ""
    },
    "icons": {
        "16": "\/icons\/oneinsight-16x16.png",
        "48": "\/icons\/oneinsight-48x48.png",
        "128": "\/icons\/oneinsight-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.oneinsight.io\/*"
        ]
    }
}