Salesforce Advanced Resource Searcher

Quick Search resources in any salesforce org

Salesforce Advanced Resource Searcherとは何ですか?

Salesforce Advanced Resource Searcherはpankajmehra009によって開発されたChromeの拡張機能で、その主な機能は「Quick Search resources in any salesforce org」です。

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

screenshot

Salesforce Advanced Resource Searcher拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Salesforce Advanced Resource Searcher Salesforce Advanced Resource Searcher
ID hgghifjinbelollgliobhggnlhkaaeec
公式URL https://chrome.google.com/webstore/detail/salesforce-advanced-resou/hgghifjinbelollgliobhggnlhkaaeec
説明 Quick Search resources in any salesforce org
ファイルサイズ 348 KB
インストール数 144
現在のバージョン 1.0
最終更新日 2015-07-06
公開日 2015-07-06
評価 3.67/5 合計 3 レビュー
開発者 pankajmehra009
支払い方法 free
拡張機能のウェブサイト http://www.pankajmehra.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Urminder Singh",
    "content_scripts": [
        {
            "css": [
                "jquery-ui.css",
                "curvedCorner.css"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "jquery.blockUI.js",
                "store.min.js",
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ]
        }
    ],
    "description": "Quick Search resources in any salesforce org",
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Salesforce Advanced Resource Searcher",
    "permissions": [
        "cookies",
        "unlimitedStorage"
    ],
    "version": "1.0"
}