Netsuite XML
This extension is for netsuite to open XML format.
什么是Netsuite XML?
Netsuite XML是由Ajay Programmer开发的Chrome扩展程序,该扩展的主要功能是“This extension is for netsuite to open XML format.”。
扩展截图
下载Netsuite XML扩展crx文件
下载Netsuite XML扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Launch XML file using ALT+SHIFT+X.
You can also use your own setting Chrome>>Menu>>More Tools>>Extension>>Keyboard setting. 扩展基本信息
| 名称 | |
| ID | npodoagpdconlihebmobeapjflaafcmf |
| 官方URL | https://chromewebstore.google.com/detail/netsuite-xml/npodoagpdconlihebmobeapjflaafcmf |
| 简介 | This extension is for netsuite to open XML format. |
| 文件大小 | 9.91 KB |
| 安装次数 | 699 |
| 当前版本 | 10.0 |
| 更新时间 | 2018-10-15 |
| 上架时间 | 2018-10-15 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Ajay Programmer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Netsuite XML",
"description": "This extension is for netsuite to open XML format.",
"version": "10.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "netsuite.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+X",
"mac": "MacCtrl+Shift+X"
}
}
},
"permissions": [
"activeTab"
]
} | |