Salesforce: Hit The List

Salesforce: Hit The List

什麼是Salesforce: Hit The List?

Salesforce: Hit The List是由Ayub Ansari開發的Chrome擴展程式,該擴展的主要功能是“Salesforce: Hit The List”。

擴展截圖

screenshot

下載Salesforce: Hit The List擴展crx文件

下載Salesforce: Hit The List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        /********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                    

擴展基本資訊

名稱 Salesforce: Hit The List Salesforce: Hit The List
ID emjeecoeojjncobbfekhfboajgnpcojc
官方網址 https://chrome.google.com/webstore/detail/salesforce-hit-the-list/emjeecoeojjncobbfekhfboajgnpcojc
簡介 Salesforce: Hit The List
檔案大小 223 KB
安裝次數 312
目前版本 0.0.6
更新時間 2017-02-14
上架時間 2017-02-14
評分 5.00/5 共 6 次評分
開發者 Ayub Ansari
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}