Netsuite XML
This extension is for netsuite to open XML format.
What is Netsuite XML?
Netsuite XML is a Chrome extension developed by Ajay Programmer, and its main feature is "This extension is for netsuite to open XML format.".
Extension Screenshots
Download Netsuite XML Extension CRX File
Download Netsuite XML extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Launch XML file using ALT+SHIFT+X. You can also use your own setting Chrome>>Menu>>More Tools>>Extension>>Keyboard setting.
Extension Basic Information
Name | Netsuite XML |
ID | npodoagpdconlihebmobeapjflaafcmf |
Official URL | https://chromewebstore.google.com/detail/netsuite-xml/npodoagpdconlihebmobeapjflaafcmf |
Description | This extension is for netsuite to open XML format. |
File Size | 9.91 KB |
Installation Count | 699 |
Current Version | 10.0 |
Last Updated | 2018-10-15 |
Publish Date | 2018-10-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Ajay Programmer |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |