Quick Query Editor and CSV Exporter
This extension help to append object field in Query Editor on single click into Console as well as exporter data as CSV.
Wat is Quick Query Editor and CSV Exporter?
Quick Query Editor and CSV Exporter is een Chrome-extensie ontwikkeld door https://sanjaykeynotes.blogspot.com, en de belangrijkste functie is "This extension help to append object field in Query Editor on single click into Console as well as exporter data as CSV.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Query Editor and CSV Exporter
Download Quick Query Editor and CSV Exporter-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 tool/extension used to append object field in Query Editor on single click into Salesforce Console screen as well as exporter grid result as CSV. Note : For used easily have to open developer console into Chrome Tab.
Basisinformatie over de Extensie
Naam | Quick Query Editor and CSV Exporter |
ID | fpeakcladndghikobmooojkbhkinlhck |
Officiële URL | https://chromewebstore.google.com/detail/quick-query-editor-and-cs/fpeakcladndghikobmooojkbhkinlhck |
Beschrijving | This extension help to append object field in Query Editor on single click into Console as well as exporter data as CSV. |
Bestandsgrootte | 11.43 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2018-04-16 |
Publicatiedatum | 2018-04-16 |
Ontwikkelaar | https://sanjaykeynotes.blogspot.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Query Editor and CSV Exporter", "version": "0.1.4", "manifest_version": 2, "description": "This extension help to append object field in Query Editor on single click into Console as well as exporter data as CSV.", "icons": { "16": "images\/soql16.png", "128": "images\/soql128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_title": "Quick Query Editor and CSV Exporter" }, "content_scripts": [ { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "activeTab" ] } |