SFDC Query Manager

SFDC Query Manager is a very handy extension at your disposal for querying records on the fly while being on the same page and…

SFDC Query Managerคืออะไร?

SFDC Query Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kmishra และคุณลักษณะหลักของมันคือ "SFDC Query Manager is a very handy extension at your disposal for querying records on the fly while being on the same page and…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SFDC Query Manager

ดาวน์โหลดไฟล์ส่วนขยาย SFDC Query Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SFDC Query Manager is a very handy extension at your disposal for querying records on the fly while being on the same page and without having to go through the hassle of navigating to a different workbench window. 

This tool also leverages a feature to be able to download the queried records in the form of a CSV file just like the native Salesforce Workbench tool. 

To take things one notch higher from the convenience perspective, all one needs to do is to install this extension and open it alongside any window with an active Salesforce Session and you are good to go. 

One does not have to manually type in the query as the same will be generated dynamically, just like the Salesforce Workbench, on the basis of the objects, fields and filters selected by the logged in user. 

This extension also enforces the Salesforce Permission Matrix of your org on the queried data. i.e. one will only be able to see the records accessible to him/her as per the permission matrix.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SFDC Query Manager SFDC Query Manager
ID fajaolmbohlcgfhogpglddfddbdcgeol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sfdc-query-manager/fajaolmbohlcgfhogpglddfddbdcgeol
คำอธิบาย SFDC Query Manager is a very handy extension at your disposal for querying records on the fly while being on the same page and…
ขนาดไฟล์ 4.54 MB
จำนวนการติดตั้ง 613
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-12-04
วันที่เผยแพร่ 2017-12-04
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา kmishra
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SFDC Query Manager",
    "short_name": "SQM",
    "version": "1.0",
    "manifest_version": 2,
    "description": "",
    "browser_action": {
        "default_icon": {
            "48": "assets\/img\/LOGO48.png",
            "64": "assets\/img\/LOGO64.png",
            "128": "assets\/img\/LOGO128.png"
        },
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "bower_components*",
        "assets*"
    ],
    "permissions": [
        "https:\/\/*.salesforce.com\/",
        "https:\/\/*.force.com\/",
        "activeTab",
        "cookies"
    ]
}