NetHelper

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

Cos'è NetHelper?

NetHelper è un'estensione di Chrome sviluppata da Luke Abbott, e la sua funzione principale è "NetHelper empowers quick access to NS records based on internal ids.".

Scarica il file CRX dell'estensione NetHelper

Scarica i file di estensione NetHelper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NetHelper NetHelper
ID nmcphbhikchbcbniihpcnfifdnmmpnmg
URL Ufficiale https://chrome.google.com/webstore/detail/nethelper/nmcphbhikchbcbniihpcnfifdnmmpnmg
Descrizione NetHelper empowers quick access to NS records based on internal ids.
Dimensione del File 39.95 KB
Conteggio Installazioni 118
Versione Corrente 2.1.2
Ultimo Aggiornamento 2017-11-21
Data di Pubblicazione 2017-11-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Luke Abbott
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}