Force.com SideBar Enhancer
Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.
Force.com SideBar Enhancerとは何ですか?
Force.com SideBar Enhancerはhttps://www.sfdcgems.comによって開発されたChromeの拡張機能で、その主な機能は「Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.」です。
拡張機能のスクリーンショット
Force.com SideBar Enhancer拡張機能のCRXファイルをダウンロード
Force.com SideBar Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension is created for Salesforce developers, Extension will help developers to easily find and navigate through different Salesforce resources like Apex Classes, Visualforce Pages, Components and Triggers. Now developers can search resources with the help of sidebar search box. Extension also provide few quick links and a dev mode preference checkbox to show apex resources on the top of default menu items." // author: Ajay Singh Hada: http://facebook.com/ajay.hada || http://in.linkedin.com/pub/ajay-hada/10/3a7/379
拡張機能の基本情報
名前 | Force.com SideBar Enhancer |
ID | hnbhomedmmodadnpfgnckedgecedlalk |
公式URL | https://chromewebstore.google.com/detail/forcecom-sidebar-enhancer/hnbhomedmmodadnpfgnckedgecedlalk |
説明 | Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox. |
ファイルサイズ | 35.21 KB |
インストール数 | 257 |
現在のバージョン | 1.1 |
最終更新日 | 2014-05-11 |
公開日 | 2014-05-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://www.sfdcgems.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force.com SideBar Enhancer", "description": "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.", "version": "1.1", "permissions": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "js": [ "jquery-2.0.3.js", "script.js" ] } ], "web_accessible_resources": [ "edit.png" ], "manifest_version": 2 } |