Salesforce Searchbox
A simple search box on top of all configuration items of salesforce setup items.
Salesforce Searchboxとは何ですか?
Salesforce SearchboxはSidによって開発されたChromeの拡張機能で、その主な機能は「A simple search box on top of all configuration items of salesforce setup items.」です。
拡張機能のスクリーンショット
Salesforce Searchbox拡張機能のCRXファイルをダウンロード
Salesforce Searchbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enough time is wasted on finding the class and label by creating views or searching for the same type of fields within an object . Tired of pressing more link every time ? I have a solution , try this extension , it brings in a simple search box, which will search in all configuration items on the page. takes care of pressing the more link. The plugin supports some basic regex searches ex: OR search - formula|lookup AND search - ^(?=.*\text1\b)(?=.*\text2\b) Don't forget to press "Enter" to search and "Esc" to cancel :) Developed by : Siddharth Nagavarapu Linked In :http://www.linkedin.com/in/siddharatha mailto:[email protected]
拡張機能の基本情報
名前 | Salesforce Searchbox |
ID | moaokcjghnjifeeahifofckbmhofjdbi |
公式URL | https://chromewebstore.google.com/detail/salesforce-searchbox/moaokcjghnjifeeahifofckbmhofjdbi |
説明 | A simple search box on top of all configuration items of salesforce setup items. |
ファイルサイズ | 36.98 KB |
インストール数 | 1,371 |
現在のバージョン | 2.1 |
最終更新日 | 2014-09-22 |
公開日 | 2014-09-22 |
評価 | 4.19/5 合計 16 レビュー |
開発者 | Sid |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Searchbox", "short_name": "SF Search", "description": "A simple search box on top of all configuration items of salesforce setup items.", "version": "2.1", "permissions": [ "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*", "http:\/\/*.cloudforce.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*", "http:\/\/*.cloudforce.com\/*", "https:\/\/*.cloudforce.com\/*" ] } ] } |