Quick Query

This extension allows you to query the currently logged in Force.com organization.

Was ist Quick Query?

Quick Query ist eine Chrome-Erweiterung, die von udaykiran.uday entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to query the currently logged in Force.com organization.".

Quick Query-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Query-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a plugin for Salesforce developer with this You can easily write a SOQL and Fetch results With out opening Developer console or Work Bench                    

Grundlegende Informationen zur Erweiterung

Name Quick Query Quick Query
ID fojkfhhigpkhlbbnlajaeiccngfeekkg
Offizielle URL https://chromewebstore.google.com/detail/quick-query/fojkfhhigpkhlbbnlajaeiccngfeekkg
Beschreibung This extension allows you to query the currently logged in Force.com organization.
Dateigröße 108 KB
Installationsanzahl 35
Aktuelle Version 0.1
Letztes Update 2016-12-02
Veröffentlichungsdatum 2016-12-02
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler udaykiran.uday
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Query",
    "version": "0.1",
    "description": "This extension allows you to query the currently logged in Force.com organization.",
    "author": "Ud@y",
    "permissions": [
        "tabs",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/forcetk.js",
                "js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-2.0.3.min.map"
    ]
}