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.

Quick Query Editor and CSV Exporterとは何ですか?

Quick Query Editor and CSV Exporterはhttps://sanjaykeynotes.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This extension help to append object field in Query Editor on single click into Console as well as exporter data as CSV.」です。

拡張機能のスクリーンショット

screenshot

Quick Query Editor and CSV Exporter拡張機能のCRXファイルをダウンロード

Quick Query Editor and CSV Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Quick Query Editor and CSV Exporter Quick Query Editor and CSV Exporter
ID fpeakcladndghikobmooojkbhkinlhck
公式URL https://chromewebstore.google.com/detail/quick-query-editor-and-cs/fpeakcladndghikobmooojkbhkinlhck
説明 This extension help to append object field in Query Editor on single click into Console as well as exporter data as CSV.
ファイルサイズ 11.43 KB
インストール数 31
現在のバージョン 0.1.4
最終更新日 2018-04-16
公開日 2018-04-16
開発者 https://sanjaykeynotes.blogspot.com
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}