Salesforce: Hit The List

Salesforce: Hit The List

Salesforce: Hit The List là gì?

Salesforce: Hit The List là một tiện ích mở rộng Chrome được phát triển bởi Ayub Ansari, và tính năng chính của nó là "Salesforce: Hit The List".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salesforce: Hit The List

Tải xuống các tệp mở rộng Salesforce: Hit The List 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

                        /********REACH ANY LIST VIEW DYNAMICALLY******/

1. If you do not have tab for an object (due to Salesforce Limit or security) and you want to reach the list view of records of this object.

2. If you want to reach at list view of:
#Setup (Profile, Permission set etc.) object
#Automated Process and Customization (Apex, Page, Workflow, Approval Process, Apex Test Execution page etc.)
#Developer Tools: Debug logs, scheduled jobs, Apex Test execution ...and many more.

3. Other (Report Type, Report/Dashboard, Assignment Rule)

4. Reach any apex class detail page (*******Latest)

5. Reach any apex trigger detail page (*******Latest)

6. Reach to any object definition                    

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

Tên Salesforce: Hit The List Salesforce: Hit The List
ID emjeecoeojjncobbfekhfboajgnpcojc
URL Chính Thức https://chrome.google.com/webstore/detail/salesforce-hit-the-list/emjeecoeojjncobbfekhfboajgnpcojc
Mô tả Salesforce: Hit The List
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 312
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2017-02-14
Ngày Phát Hành 2017-02-14
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Ayub Ansari
Email [email protected]
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": "Salesforce: Hit The List",
    "version": "0.0.6",
    "description": "Salesforce: Hit The List",
    "manifest_version": 2,
    "icons": {
        "16": "icon.PNG",
        "48": "icon.PNG",
        "128": "icon.PNG"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ],
    "author": "ayub ansari",
    "short_name": "Virtual Tab",
    "browser_action": {
        "default_icon": "the-hit-list-sidebar.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.12.3.js",
                "jquery-ui.js",
                "forcetk.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-ui.css"
    ]
}