Suitelook: NetSuite Record Viewer

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

Wat is Suitelook: NetSuite Record Viewer?

Suitelook: NetSuite Record Viewer is een Chrome-extensie ontwikkeld door Roberto Cideos, en de belangrijkste functie is "This extension allows you to visualize all the fields of a record (light and dark mode)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Suitelook: NetSuite Record Viewer

Download Suitelook: NetSuite Record Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Suitelook: NetSuite Record Viewer Suitelook: NetSuite Record Viewer
ID enelhcfnkabehgjjcfliejjnmlnnmnei
Officiële URL https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei
Beschrijving This extension allows you to visualize all the fields of a record (light and dark mode)
Bestandsgrootte 33.09 KB
Aantal Installaties 685
Huidige Versie 1.0.10
Laatst Bijgewerkt 2023-01-11
Publicatiedatum 2022-03-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Roberto Cideos
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}