Salesforce Field Finder

This extension give your api name of any field you want.

Salesforce Field Finderとは何ですか?

Salesforce Field Finderはsachin.kadianによって開発されたChromeの拡張機能で、その主な機能は「This extension give your api name of any field you want.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This Extension saves your few clicks to get api name of any field. You can just choose your object name and get all the field with their api names. Search is also available in case of Large number of fields                    

拡張機能の基本情報

名前 Salesforce Field Finder Salesforce Field Finder
ID hplajapbnicfielfbpefhfnkcokkidmh
公式URL https://chromewebstore.google.com/detail/salesforce-field-finder/hplajapbnicfielfbpefhfnkcokkidmh
説明 This extension give your api name of any field you want.
ファイルサイズ 331 KB
インストール数 909
現在のバージョン 1.1
最終更新日 2015-09-03
公開日 2015-09-03
評価 4.00/5 合計 4 レビュー
開発者 sachin.kadian
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Field Finder",
    "description": "This extension give your api name of any field you want.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "forcetk.js",
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ]
        }
    ]
}