NetHelper
NetHelper empowers quick access to NS records based on internal ids.
What is NetHelper?
NetHelper is a Chrome extension developed by Luke Abbott, and its main feature is "NetHelper empowers quick access to NS records based on internal ids.".
Download NetHelper Extension CRX File
Download NetHelper 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
NetHelper empowers quick access to NetSuite records based on internal ids. Simply click the icon, paste the internal id into the correct select box, and then hit enter. Your record will be loaded into a new tab. Now with a settings page. Use valid JSON.
Extension Basic Information
Name | ![]() |
ID | nmcphbhikchbcbniihpcnfifdnmmpnmg |
Official URL | https://chrome.google.com/webstore/detail/nethelper/nmcphbhikchbcbniihpcnfifdnmmpnmg |
Description | NetHelper empowers quick access to NS records based on internal ids. |
File Size | 39.95 KB |
Installation Count | 118 |
Current Version | 2.1.2 |
Last Updated | 2017-11-21 |
Publish Date | 2017-11-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Luke Abbott |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "NetHelper empowers quick access to NS records based on internal ids.", "manifest_version": 2, "name": "NetHelper", "version": "2.1.2", "browser_action": { "default_popup": "main.html", "default_icon": { "16": "images\/NetHelper-Icon-16x16.png", "32": "images\/NetHelper-Icon-32x32.png" } }, "options_ui": { "page": "options.html" }, "applications": { "gecko": { "id": "[email protected]" } }, "permissions": [ "activeTab", "storage" ] } |