Salesforce Code Searcher

Salesforce Code Searcher

What is Salesforce Code Searcher?

Salesforce Code Searcher is a Chrome extension developed by thippeswamyjj, and its main feature is "Salesforce Code Searcher".

Extension Screenshots

screenshot

Download Salesforce Code Searcher Extension CRX File

Download Salesforce Code Searcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Salesforce Code Searcher Salesforce Code Searcher
ID pkpoocllpokdnfemfcfoagmodnneeadd
Official URL https://chrome.google.com/webstore/detail/salesforce-code-searcher/pkpoocllpokdnfemfcfoagmodnneeadd
Description Salesforce Code Searcher
File Size 42.01 KB
Installation Count 528
Current Version 1.0
Last Updated 2013-09-24
Publish Date 2013-09-24
Rating 5.00/5 Total 4 Ratings
Developer thippeswamyjj
Payment Type free
Supported Languages 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"
    ]
}