Descartes Chrome Extension
Automate NetSuite in Chrome with OzEXE
What is Descartes Chrome Extension?
Descartes Chrome Extension is a Chrome extension developed by Descartes Systems Group, and its main feature is "Automate NetSuite in Chrome with OzEXE".
Extension Screenshots
Download Descartes Chrome Extension Extension CRX File
Download Descartes Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.
Extension Basic Information
Name | Descartes Chrome Extension |
ID | kpeaepjlleheklmpfgfpljfihnebhhpa |
Official URL | https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa |
Description | Automate NetSuite in Chrome with OzEXE |
File Size | 15.1 KB |
Installation Count | 106 |
Current Version | 3.1 |
Last Updated | 2021-12-02 |
Publish Date | 2021-11-20 |
Developer | Descartes Systems Group |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |