Descartes Chrome Extension
Automate NetSuite in Chrome with OzEXE
Cos'è Descartes Chrome Extension?
Descartes Chrome Extension è un'estensione di Chrome sviluppata da Descartes Systems Group, e la sua funzione principale è "Automate NetSuite in Chrome with OzEXE".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Descartes Chrome Extension
Scarica i file di estensione Descartes Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.
Informazioni di Base sull'Estensione
Nome | Descartes Chrome Extension |
ID | kpeaepjlleheklmpfgfpljfihnebhhpa |
URL Ufficiale | https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa |
Descrizione | Automate NetSuite in Chrome with OzEXE |
Dimensione del File | 15.1 KB |
Conteggio Installazioni | 106 |
Versione Corrente | 3.1 |
Ultimo Aggiornamento | 2021-12-02 |
Data di Pubblicazione | 2021-11-20 |
Sviluppatore | Descartes Systems Group |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |