Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

What is Oneinsight Extension?

Oneinsight Extension is a Chrome extension developed by https://oneinsight.io, and its main feature is "Experience Oneinsight everywhere your workflow leads you".

Extension Screenshots

screenshot
screenshot
screenshot

Download Oneinsight Extension Extension CRX File

Download Oneinsight Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
Official URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Description Experience Oneinsight everywhere your workflow leads you
File Size 376 KB
Installation Count 42
Current Version 1.1.0
Last Updated 2022-11-24
Publish Date 2020-06-10
Developer https://oneinsight.io
Email [email protected]
Payment Type free
Extension Website https://oneinsight.io
Help Page URL https://docs.oneinsight.io
Privacy Policy Page URL https://oneinsight.io/privacy-policy
Supported Languages 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\/*"
        ]
    }
}