Descartes Chrome Extension
Automate NetSuite in Chrome with OzEXE
Co to jest Descartes Chrome Extension?
Descartes Chrome Extension to rozszerzenie Chrome opracowane przez Descartes Systems Group, a jego główną funkcją jest „Automate NetSuite in Chrome with OzEXE”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Descartes Chrome Extension
Pobierz pliki rozszerzeń Descartes Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.
Podstawowe informacje o rozszerzeniu
Nazwa | Descartes Chrome Extension |
ID | kpeaepjlleheklmpfgfpljfihnebhhpa |
Oficjalny URL | https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa |
Opis | Automate NetSuite in Chrome with OzEXE |
Rozmiar pliku | 15.1 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 3.1 |
Ostatnia Aktualizacja | 2021-12-02 |
Data Publikacji | 2021-11-20 |
Deweloper | Descartes Systems Group |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |