Salesforce Code Searcher
Salesforce Code Searcher
Co je Salesforce Code Searcher?
Salesforce Code Searcher je rozšíření Chrome vyvinuté thippeswamyjj, a jeho hlavní funkcí je „Salesforce Code Searcher“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Code Searcher
Stáhněte si soubory rozšíření Salesforce Code Searcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
this salesforce plugin will give search box in apex classes,visual force pages,apex triggers,email templates. This plugin will search for given keyword and list all files where keyword exists. This plugin will take session id and will login to SFDC and uses forceTK client to query data
Základní Informace o Rozšíření
Název | ![]() |
ID | pkpoocllpokdnfemfcfoagmodnneeadd |
Oficiální URL | https://chrome.google.com/webstore/detail/salesforce-code-searcher/pkpoocllpokdnfemfcfoagmodnneeadd |
Popis | Salesforce Code Searcher |
Velikost souboru | 42.01 KB |
Počet instalací | 528 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-09-24 |
Datum Vydání | 2013-09-24 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | thippeswamyjj |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Code Searcher", "version": "1.0", "manifest_version": 2, "description": "Salesforce Code Searcher", "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/01p*", "https:\/\/*.salesforce.com\/setup\/build\/allTriggers*", "https:\/\/*.salesforce.com\/apexpages\/setup\/listApexPage*", "https:\/\/*.salesforce.com\/apexpages\/setup\/listApexComponent*", "https:\/\/*.salesforce.com\/00X?setupid=CommunicationTemplates*" ], "js": [ "jquery-1.8.2.min.js", "jQueryCookie.js", "forceTK.js", "contentscript.js" ] } ], "permissions": [ "cookies" ] } |