NetHelper

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

NetHelper क्या है?

NetHelper Luke Abbott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NetHelper empowers quick access to NS records based on internal ids."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NetHelper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}