Descartes Chrome Extension

Automate NetSuite in Chrome with OzEXE

Apa itu Descartes Chrome Extension?

Descartes Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh Descartes Systems Group, dan fitur utamanya adalah "Automate NetSuite in Chrome with OzEXE".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Descartes Chrome Extension

Unduh file ekstensi Descartes Chrome 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

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

Informasi Dasar Ekstensi

Nama Descartes Chrome Extension Descartes Chrome Extension
ID kpeaepjlleheklmpfgfpljfihnebhhpa
URL Resmi https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa
Deskripsi Automate NetSuite in Chrome with OzEXE
Ukuran File 15.1 KB
Jumlah Instalasi 106
Versi Saat Ini 3.1
Terakhir Diperbarui 2021-12-02
Tanggal Publikasi 2021-11-20
Pengembang Descartes Systems Group
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}