Force.com SideBar Enhancer

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

Apa itu Force.com SideBar Enhancer?

Force.com SideBar Enhancer adalah ekstensi Chrome yang dikembangkan oleh https://www.sfdcgems.com, dan fitur utamanya adalah "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Force.com SideBar Enhancer

Unduh file ekstensi Force.com SideBar Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Force.com SideBar Enhancer Force.com SideBar Enhancer
ID hnbhomedmmodadnpfgnckedgecedlalk
URL Resmi https://chromewebstore.google.com/detail/forcecom-sidebar-enhancer/hnbhomedmmodadnpfgnckedgecedlalk
Deskripsi Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.
Ukuran File 35.21 KB
Jumlah Instalasi 257
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-05-11
Tanggal Publikasi 2014-05-11
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.sfdcgems.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}