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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}