Force.com SideBar Enhancer
Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.
Cos'è Force.com SideBar Enhancer?
Force.com SideBar Enhancer è un'estensione di Chrome sviluppata da https://www.sfdcgems.com, e la sua funzione principale è "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Force.com SideBar Enhancer
Scarica i file di estensione Force.com SideBar Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Force.com SideBar Enhancer |
ID | hnbhomedmmodadnpfgnckedgecedlalk |
URL Ufficiale | https://chromewebstore.google.com/detail/forcecom-sidebar-enhancer/hnbhomedmmodadnpfgnckedgecedlalk |
Descrizione | Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox. |
Dimensione del File | 35.21 KB |
Conteggio Installazioni | 257 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-05-11 |
Data di Pubblicazione | 2014-05-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.sfdcgems.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |