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
官方網址 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\/*"
        ]
    }
}