Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

什么是Oneinsight Extension?

Oneinsight Extension是由https://oneinsight.io开发的Chrome扩展程序,该扩展的主要功能是“Experience Oneinsight everywhere your workflow leads you”。

扩展截图

screenshot
screenshot
screenshot

下载Oneinsight Extension扩展crx文件

下载Oneinsight Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}