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
Eメール [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\/*"
        ]
    }
}