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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 NetHelper NetHelper
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"
    ]
}