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.                    

拡張機能の基本情報

名前 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"
    ]
}