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开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to visualize all the fields of a record (light and dark mode)”。

扩展截图

screenshot
screenshot

下载Suitelook: NetSuite Record Viewer扩展crx文件

下载Suitelook: NetSuite Record Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}