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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Force.com SideBar Enhancer
ID hnbhomedmmodadnpfgnckedgecedlalk
官方網址 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
}