Descartes Chrome Extension
Automate NetSuite in Chrome with OzEXE
什麼是Descartes Chrome Extension?
Descartes Chrome Extension是由Descartes Systems Group開發的Chrome擴展程式,該擴展的主要功能是“Automate NetSuite in Chrome with OzEXE”。
擴展截圖
下載Descartes Chrome Extension擴展crx文件
下載Descartes Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.
擴展基本資訊
名稱 | Descartes Chrome Extension |
ID | kpeaepjlleheklmpfgfpljfihnebhhpa |
官方網址 | https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa |
簡介 | Automate NetSuite in Chrome with OzEXE |
檔案大小 | 15.1 KB |
安裝次數 | 106 |
目前版本 | 3.1 |
更新時間 | 2021-12-02 |
上架時間 | 2021-11-20 |
開發者 | Descartes Systems Group |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |