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은(는) kmishra에 의해 개발된 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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SFDC Query Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}