Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Hvad er Oneinsight Extension?

Oneinsight Extension er en Chrome-udvidelse udviklet af https://oneinsight.io, og dens hovedfunktion er "Experience Oneinsight everywhere your workflow leads you".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Oneinsight Extension-udvidelses-CRX-fil

Download Oneinsight Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
Officiel URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Beskrivelse Experience Oneinsight everywhere your workflow leads you
Filstørrelse 376 KB
Antal Installationer 42
Nuværende Version 1.1.0
Senest Opdateret 2022-11-24
Udgivelsesdato 2020-06-10
Udvikler https://oneinsight.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://oneinsight.io
Hjælpeside-URL https://docs.oneinsight.io
URL til Fortrolighedspolitik Side https://oneinsight.io/privacy-policy
Understøttede Sprog 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\/*"
        ]
    }
}