Salesforce Hidden Field Editor

This extension is helpful for editing the fields which are not on page Layout

Salesforce Hidden Field Editor क्या है?

Salesforce Hidden Field Editor https://mvclouds.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is helpful for editing the fields which are not on page Layout"।

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

screenshot
screenshot

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

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

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

                        With the Salesforce Hidden Field Editor,  easily find and edit the fields that you care about if it is not available in page layout.
Once you have added the extension,  you can directly use the tool to access fields without putting any effort to login to that org. Quick saving is an added functionality here.

Features:
- Search fields not available in page layouts
- Editing fields
- Quick Saving
- Handy                    

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

नाम Salesforce Hidden Field Editor Salesforce Hidden Field Editor
ID bcdcopflkfojiiigkcioiiflgmebepbb
आधिकारिक URL https://chromewebstore.google.com/detail/salesforce-hidden-field-e/bcdcopflkfojiiigkcioiiflgmebepbb
विवरण This extension is helpful for editing the fields which are not on page Layout
फ़ाइल का आकार 352 KB
स्थापना संख्या 196
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-09-30
प्रकाशन तिथि 2019-09-30
डेवलपर https://mvclouds.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Hidden Field Editor",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This extension is helpful for editing the fields which are not on page Layout",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "fieldEditor",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab"
    ]
}