Force.com SideBar Enhancer

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

Force.com SideBar Enhancer là gì?

Force.com SideBar Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://www.sfdcgems.com, và tính năng chính của nó là "Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Force.com SideBar Enhancer

Tải xuống các tệp mở rộng Force.com SideBar Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Force.com SideBar Enhancer Force.com SideBar Enhancer
ID hnbhomedmmodadnpfgnckedgecedlalk
URL Chính Thức https://chromewebstore.google.com/detail/forcecom-sidebar-enhancer/hnbhomedmmodadnpfgnckedgecedlalk
Mô tả Extension provides functionality to find resources like Classes, Visualforce Pages, Components and Triggers from sidebar searchbox.
Kích Thước Tệp 35.21 KB
Số Lần Cài Đặt 257
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-05-11
Ngày Phát Hành 2014-05-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.sfdcgems.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}