NetHelper
NetHelper empowers quick access to NS records based on internal ids.
什么是NetHelper?
NetHelper是由Luke Abbott开发的Chrome扩展程序,该扩展的主要功能是“NetHelper empowers quick access to NS records based on internal ids.”。
下载NetHelper扩展crx文件
下载NetHelper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ![]() |
ID | nmcphbhikchbcbniihpcnfifdnmmpnmg |
官方URL | https://chrome.google.com/webstore/detail/nethelper/nmcphbhikchbcbniihpcnfifdnmmpnmg |
简介 | NetHelper empowers quick access to NS records based on internal ids. |
文件大小 | 39.95 KB |
安装次数 | 118 |
当前版本 | 2.1.2 |
更新时间 | 2017-11-21 |
上架时间 | 2017-11-21 |
评分 | 5.00/5 共1次评分 |
开发者 | Luke Abbott |
付费类型 | free |
支持的语言 | 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" ] } |