Suitelook: NetSuite Record Viewer

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

Vad är Suitelook: NetSuite Record Viewer?

Suitelook: NetSuite Record Viewer är en Chrome-tillägg utvecklad av Roberto Cideos, och dess huvudfunktion är "This extension allows you to visualize all the fields of a record (light and dark mode)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Suitelook: NetSuite Record Viewer-förlängningens CRX-fil

Ladda ner Suitelook: NetSuite Record Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Suitelook: NetSuite Record Viewer Suitelook: NetSuite Record Viewer
ID enelhcfnkabehgjjcfliejjnmlnnmnei
Officiell webbadress https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei
Beskrivning This extension allows you to visualize all the fields of a record (light and dark mode)
Filstorlek 33.09 KB
Antal Installationer 685
Aktuell Version 1.0.10
Senast Uppdaterad 2023-01-11
Publiceringsdatum 2022-03-28
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Roberto Cideos
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}