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によって開発されたChromeの拡張機能で、その主な機能は「This extension is helpful for editing the fields which are not on page Layout」です。

拡張機能のスクリーンショット

screenshot
screenshot

Salesforce Hidden Field Editor拡張機能のCRXファイルをダウンロード

Salesforce Hidden Field Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}