NetSuite Record Data

Display Netsuite record data in a useful UI.

What is NetSuite Record Data?

NetSuite Record Data is a Chrome extension developed by scgagliardi2, and its main feature is "Display Netsuite record data in a useful UI.".

Extension Screenshots

screenshot
screenshot

Download NetSuite Record Data Extension CRX File

Download NetSuite Record Data extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name NetSuite Record Data NetSuite Record Data
ID eddljeelohdaaaicpfjpkealhjopbocn
Official URL https://chromewebstore.google.com/detail/netsuite-record-data/eddljeelohdaaaicpfjpkealhjopbocn
Description Display Netsuite record data in a useful UI.
File Size 372 KB
Installation Count 194
Current Version 2.1
Last Updated 2023-07-07
Publish Date 2023-04-24
Rating 5.00/5 Total 1 Ratings
Developer scgagliardi2
Email [email protected]
Payment Type free
Extension Website https://dev.azure.com/sgagliardi/_git/Anchor%20Group%20Developer%20Help
Supported Languages 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": [
                ""
            ]
        }
    ]
}