NetHelper

NetHelper empowers quick access to NS records based on internal ids.

NetHelper là gì?

NetHelper là một tiện ích mở rộng Chrome được phát triển bởi Luke Abbott, và tính năng chính của nó là "NetHelper empowers quick access to NS records based on internal ids.".

Tải xuống tệp CRX của tiện ích mở rộng NetHelper

Tải xuống các tệp mở rộng NetHelper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetHelper NetHelper
ID nmcphbhikchbcbniihpcnfifdnmmpnmg
URL Chính Thức https://chrome.google.com/webstore/detail/nethelper/nmcphbhikchbcbniihpcnfifdnmmpnmg
Mô tả NetHelper empowers quick access to NS records based on internal ids.
Kích Thước Tệp 39.95 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2017-11-21
Ngày Phát Hành 2017-11-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Luke Abbott
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}