Descartes Chrome Extension

Automate NetSuite in Chrome with OzEXE

Co je Descartes Chrome Extension?

Descartes Chrome Extension je rozšíření Chrome vyvinuté Descartes Systems Group, a jeho hlavní funkcí je „Automate NetSuite in Chrome with OzEXE“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Descartes Chrome Extension

Stáhněte si soubory rozšíření Descartes Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.                    

Základní Informace o Rozšíření

Název Descartes Chrome Extension Descartes Chrome Extension
ID kpeaepjlleheklmpfgfpljfihnebhhpa
Oficiální URL https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa
Popis Automate NetSuite in Chrome with OzEXE
Velikost souboru 15.1 KB
Počet instalací 106
Aktuální Verze 3.1
Poslední Aktualizace 2021-12-02
Datum Vydání 2021-11-20
Vývojář Descartes Systems Group
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Descartes Chrome Extension",
    "short_name": "Descartes Chrome Extension",
    "version": "3.1",
    "description": "Automate NetSuite in Chrome with OzEXE",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "nativeMessaging",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "netsuite.js"
            ]
        }
    ]
}