NetSuite Record Data

Display Netsuite record data in a useful UI.

Cos'è NetSuite Record Data?

NetSuite Record Data è un'estensione di Chrome sviluppata da scgagliardi2, e la sua funzione principale è "Display Netsuite record data in a useful UI.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NetSuite Record Data

Scarica i file di estensione NetSuite Record Data 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

                        Use NetSuite API and page crawling to display useful record data to the user in a functional UI. 

Features:
- Quickly and easily see all body fields, sublists, and sublist fields found for the NetSuite record.
- Filter the displayed results
- Navigate to the field/sublist with one click                    

Informazioni di Base sull'Estensione

Nome NetSuite Record Data NetSuite Record Data
ID eddljeelohdaaaicpfjpkealhjopbocn
URL Ufficiale https://chromewebstore.google.com/detail/netsuite-record-data/eddljeelohdaaaicpfjpkealhjopbocn
Descrizione Display Netsuite record data in a useful UI.
Dimensione del File 372 KB
Conteggio Installazioni 194
Versione Corrente 2.1
Ultimo Aggiornamento 2023-07-07
Data di Pubblicazione 2023-04-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore scgagliardi2
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dev.azure.com/sgagliardi/_git/Anchor%20Group%20Developer%20Help
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NetSuite Record Data",
    "description": "Display Netsuite record data in a useful UI.",
    "version": "2.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/netsuite_record_data_background.js",
        "type": "module"
    },
    "action": {
        "default_title": "NetSuite Record Data",
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        }
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/netsuite_record_data_inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}