Suitelook: NetSuite Record Viewer

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

Suitelook: NetSuite Record Viewer क्या है?

Suitelook: NetSuite Record Viewer Roberto Cideos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to visualize all the fields of a record (light and dark mode)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Suitelook: NetSuite Record Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Suitelook: NetSuite Record Viewer Suitelook: NetSuite Record Viewer
ID enelhcfnkabehgjjcfliejjnmlnnmnei
आधिकारिक URL https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei
विवरण This extension allows you to visualize all the fields of a record (light and dark mode)
फ़ाइल का आकार 33.09 KB
स्थापना संख्या 685
वर्तमान संस्करण 1.0.10
अंतिम अपडेट 2023-01-11
प्रकाशन तिथि 2022-03-28
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Roberto Cideos
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}