Suitefield: NetSuite Field Enhanced Help

This extension allows you to see all fields settings and details from a record.

Suitefield: NetSuite Field Enhanced Help क्या है?

Suitefield: NetSuite Field Enhanced Help Roberto Cideos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to see all fields settings and details from a record."।

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

screenshot
screenshot
screenshot

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

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

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

                        Suitefield is an enhancement to NetSuite field help. It allows you to see more details and settings from NetSuite custom fields on a specific record while you are logged in. You can jump in directly to the field settings page without having to change tabs and without searching manually for the field you need the information from, you can also conveniently open the current record in the record catalog to search for field definitions. 

You can turn the extension "On" only when you require it just by clicking on the extension icon in the top right corner of your Chrome browser.

Release:
v1.0.2: Includes link element to open current record in "Record Catalog".                    

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

नाम Suitefield: NetSuite Field Enhanced Help Suitefield: NetSuite Field Enhanced Help
ID ajcgpekaekphjhpglkfmjghcadjgibog
आधिकारिक URL https://chromewebstore.google.com/detail/suitefield-netsuite-field/ajcgpekaekphjhpglkfmjghcadjgibog
विवरण This extension allows you to see all fields settings and details from a record.
फ़ाइल का आकार 23.36 KB
स्थापना संख्या 199
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-05-12
प्रकाशन तिथि 2023-05-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Roberto Cideos
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suitefield: NetSuite Field Enhanced Help",
    "description": "This extension allows you to see all fields settings and details from a record.",
    "manifest_version": 3,
    "version": "1.0.2",
    "background": {
        "service_worker": "suitefieldbackground.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/suitefield-icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/suitefieldnetscript.js",
                "assets\/icons8-zoom-in-64.png",
                "suitefieldcontentscript.js",
                "suitefld.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netsuite.com\/app\/*"
            ],
            "js": [
                "suitefieldcontentscript.js"
            ],
            "css": [
                "suitefld.css"
            ]
        }
    ],
    "icons": {
        "128": "assets\/suitefield-icon.png"
    }
}