NetSuite Field Explorer

Examine the fields in a Netsuite record

ما هو NetSuite Field Explorer؟

NetSuite Field Explorer هو إضافة Chrome تم تطويرها بواسطة Michoel Chaikin، والميزة الرئيسية لها هي "Examine the fields in a Netsuite record".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NetSuite Field Explorer

قم بتنزيل ملفات الامتداد NetSuite Field Explorer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        NetSuite Field Explorer is a Chrome extension to help NetSuite developers and administrators examine the data model behind NetSuite records. It provides an easily accessible and visually attractive  interface to display the currently viewed record with field names and a convenient search box.

Features:

- One click access to see the field names for NetSuite record fields
- Colorful tree viewer
- Quick filtering / search
- Shows fields that don't come up using the "&xml=T" URL trick                    

معلومات أساسية عن التمديد

الاسم NetSuite Field Explorer NetSuite Field Explorer
ID cekalaapeajnlhphgdpmngmollojdfnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/netsuite-field-explorer/cekalaapeajnlhphgdpmngmollojdfnd
الوصف Examine the fields in a Netsuite record
حجم الملف 64.13 KB
عدد التثبيتات 32,655
النسخة الحالية 0.0.11
آخر تحديث 2022-03-14
تاريخ النشر 2019-03-08
تقييم 5.00/5 مجموع تقييمات 29
المطور Michoel Chaikin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/michoelchaikin/netsuite-field-explorer
عنوان صفحة المساعدة https://github.com/michoelchaikin/netsuite-field-explorer/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetSuite Field Explorer",
    "description": "Examine the fields in a Netsuite record",
    "author": "Michoel Chaikin ",
    "homepage_url": "https:\/\/github.com\/michoelchaikin\/netsuite-field-explorer",
    "version": "0.0.11",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "NetSuite Field Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        }
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}