Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Vad är Oneinsight Extension?

Oneinsight Extension är en Chrome-tillägg utvecklad av https://oneinsight.io, och dess huvudfunktion är "Experience Oneinsight everywhere your workflow leads you".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Oneinsight Extension-förlängningens CRX-fil

Ladda ner Oneinsight Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
Officiell webbadress https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Beskrivning Experience Oneinsight everywhere your workflow leads you
Filstorlek 376 KB
Antal Installationer 42
Aktuell Version 1.1.0
Senast Uppdaterad 2022-11-24
Publiceringsdatum 2020-06-10
Utvecklare https://oneinsight.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://oneinsight.io
Hjälpsida URL https://docs.oneinsight.io
URL till Sekretesspolicy Sidan https://oneinsight.io/privacy-policy
Stödda Språk 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\/*"
        ]
    }
}