Salesforce: Hit The List

Salesforce: Hit The List

ما هو Salesforce: Hit The List؟

Salesforce: Hit The List هو إضافة Chrome تم تطويرها بواسطة Ayub Ansari، والميزة الرئيسية لها هي "Salesforce: Hit The List".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Salesforce: Hit The List

قم بتنزيل ملفات الامتداد Salesforce: Hit The List بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        /********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
عنوان URL الرسمي 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"
    ]
}