Suitelook: NetSuite Record Viewer

This extension allows you to visualize all the fields of a record (light and dark mode)

What is Suitelook: NetSuite Record Viewer?

Suitelook: NetSuite Record Viewer is a Chrome extension developed by Roberto Cideos, and its main feature is "This extension allows you to visualize all the fields of a record (light and dark mode)".

Extension Screenshots

screenshot
screenshot

Download Suitelook: NetSuite Record Viewer Extension CRX File

Download Suitelook: NetSuite Record Viewer 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

                        This extension allows you to visualize all the fields of a netsuite record (choose between light and dark mode) while you are logged in and also see the content of either body and line fields values. It gives you a smooth look in a JSON view and allows you to navigate easily to search your data, you can also switch to a XML raw view. Also, you can filter the JSON either by key and/or value.                    

Extension Basic Information

Name Suitelook: NetSuite Record Viewer Suitelook: NetSuite Record Viewer
ID enelhcfnkabehgjjcfliejjnmlnnmnei
Official URL https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei
Description This extension allows you to visualize all the fields of a record (light and dark mode)
File Size 33.09 KB
Installation Count 685
Current Version 1.0.10
Last Updated 2023-01-11
Publish Date 2022-03-28
Rating 5.00/5 Total 4 Ratings
Developer Roberto Cideos
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suitelook: NetSuite Record Viewer",
    "description": "This extension allows you to visualize all the fields of a record (light and dark mode)",
    "manifest_version": 3,
    "version": "1.0.10",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent",
        "commands"
    ],
    "action": {
        "default_popup": "suitelook.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app.netsuite.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/netscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "assets\/Suitelook-Icon-01.png"
    }
}