Descartes Chrome Extension
Automate NetSuite in Chrome with OzEXE
Vad är Descartes Chrome Extension?
Descartes Chrome Extension är en Chrome-tillägg utvecklad av Descartes Systems Group, och dess huvudfunktion är "Automate NetSuite in Chrome with OzEXE".
Tilläggsskärmbilder
Ladda ner Descartes Chrome Extension-förlängningens CRX-fil
Ladda ner Descartes Chrome 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
This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.
Grundläggande Information om Tillägg
Namn | Descartes Chrome Extension |
ID | kpeaepjlleheklmpfgfpljfihnebhhpa |
Officiell webbadress | https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa |
Beskrivning | Automate NetSuite in Chrome with OzEXE |
Filstorlek | 15.1 KB |
Antal Installationer | 106 |
Aktuell Version | 3.1 |
Senast Uppdaterad | 2021-12-02 |
Publiceringsdatum | 2021-11-20 |
Utvecklare | Descartes Systems Group |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |