Force.com SideBar Enhancer

Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.

What is Force.com SideBar Enhancer?

Force.com SideBar Enhancer is a Chrome extension developed by https://www.sfdcgems.com, and its main feature is "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Force.com SideBar Enhancer Extension CRX File

Download Force.com SideBar Enhancer 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

                        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                    

Extension Basic Information

Name Force.com SideBar Enhancer Force.com SideBar Enhancer
ID hnbhomedmmodadnpfgnckedgecedlalk
Official URL https://chromewebstore.google.com/detail/forcecom-sidebar-enhancer/hnbhomedmmodadnpfgnckedgecedlalk
Description Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.
File Size 35.21 KB
Installation Count 257
Current Version 1.1
Last Updated 2014-05-11
Publish Date 2014-05-11
Rating 5.00/5 Total 2 Ratings
Developer https://www.sfdcgems.com
Payment Type free
Supported Languages 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
}