Quick Query
This extension allows you to query the currently logged in Force.com organization.
Wat is Quick Query?
Quick Query is een Chrome-extensie ontwikkeld door udaykiran.uday, en de belangrijkste functie is "This extension allows you to query the currently logged in Force.com organization.".
Download het CRX-bestand van de extensie Quick Query
Download Quick Query-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Quick Query |
ID | fojkfhhigpkhlbbnlajaeiccngfeekkg |
Officiële URL | https://chromewebstore.google.com/detail/quick-query/fojkfhhigpkhlbbnlajaeiccngfeekkg |
Beschrijving | This extension allows you to query the currently logged in Force.com organization. |
Bestandsgrootte | 108 KB |
Aantal Installaties | 35 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-12-02 |
Publicatiedatum | 2016-12-02 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | udaykiran.uday |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |