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. 扩展基本信息
| 名称 | |
| ID | kpeaepjlleheklmpfgfpljfihnebhhpa |
| 官方URL | 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"
]
}
]
} | |