Descartes Chrome Extension
Automate NetSuite in Chrome with OzEXE
Wat is Descartes Chrome Extension?
Descartes Chrome Extension is een Chrome-extensie ontwikkeld door Descartes Systems Group, en de belangrijkste functie is "Automate NetSuite in Chrome with OzEXE".
Extensie Screenshots
Download het CRX-bestand van de extensie Descartes Chrome Extension
Download Descartes Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite. Basisinformatie over de Extensie
| Naam | |
| ID | kpeaepjlleheklmpfgfpljfihnebhhpa |
| Officiële URL | https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa |
| Beschrijving | Automate NetSuite in Chrome with OzEXE |
| Bestandsgrootte | 15.1 KB |
| Aantal Installaties | 106 |
| Huidige Versie | 3.1 |
| Laatst Bijgewerkt | 2021-12-02 |
| Publicatiedatum | 2021-11-20 |
| Ontwikkelaar | Descartes Systems Group |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |