Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Apa itu Oneinsight Extension?

Oneinsight Extension adalah ekstensi Chrome yang dikembangkan oleh https://oneinsight.io, dan fitur utamanya adalah "Experience Oneinsight everywhere your workflow leads you".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Oneinsight Extension

Unduh file ekstensi Oneinsight Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
URL Resmi https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Deskripsi Experience Oneinsight everywhere your workflow leads you
Ukuran File 376 KB
Jumlah Instalasi 42
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-11-24
Tanggal Publikasi 2020-06-10
Pengembang https://oneinsight.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://oneinsight.io
URL Halaman Bantuan https://docs.oneinsight.io
URL Halaman Kebijakan Privasi https://oneinsight.io/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}