Salesforce DevTools

Powerful Salesforce developer tools, loved by over 50K developers worldwide.

What is Salesforce DevTools?

Salesforce DevTools is a Chrome extension developed by https://www.xgeek.net, and its main feature is "Powerful Salesforce developer tools, loved by over 50K developers worldwide.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Salesforce DevTools Extension CRX File

Download Salesforce DevTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Salesforce DevTools is a powerful Salesforce developer chrome extension for doing the below things :

・Quickly generate Apex code / SOQL, exporting query results to Excel file.
・Quickly access to new record page, list page and object setting page of any object.
・Quickly search object fields and check its usage.
・Display fields API name on Salesforce object detail page.
・Exporting Objects Definition to Excel file.
・Exporting Objects Fields Definition to Excel file.
・Exporting Objects Page Layout Definition to Excel file.
・Exporting Objects List View Definition to Excel file.
・Salesforce data modal (ERDs) generator.
・All Check / Select on profile edit page and field permissions edit page.
・Mass edit, mass delete, mass clone custom fields (Only Classic).

<日本語>
Salesforce DevToolsはSalesforceデベロッパーのため開発した1つChrome拡張機能であり、以下の機能が含まれます:

・そのまま利用できるテストコード・SOQLのクィック自動生成機能
・オブジェクトクィックアクセス機能で、新規、リスト、設定ページをより楽に開く
・オブジェクト項目検索機能で素早く項目及び利用状況を確認
・オブジェクトのAPI参照名の表示・非表示機能
・オブジェクト定義書(Excel)自動生成機能
・オブジェクト項目定義書(Excel)自動生成機能
・オブジェクト画面設計書(Excel)自動生成機能
・オブジェクトリストビュー設計書(Excel)自動生成機能
・Salesforceデータモデル(ER図)自動生成機能
・プロファイル編集・項目レベルセキュリティ編集ページの全てチェック、全て選択機能
・カスタム項目の一括編集、一括削除、一括コピー及び他のオブジェクトへのコピー作成機能 (Classicのみ)

++++++++++++++++++++++++++++
Release notes
++++++++++++++++++++++++++++
2023/04/10
・Added features of mass edit, mass delete, mass clone custom fields on Lightning.
--------------------------------------
2022/01/30
・Added feature of searching object fields and show its usage.
--------------------------------------
2021/04/05
・Added feature of exporting Object definition (FULL) and fixed bugs.
--------------------------------------
2020/09/07
・Added feature of exporting List View definition and fixed bugs.
--------------------------------------
2020/06/07
・Fixed Lighting active bug and Japanese language document exporting bug.
--------------------------------------
2020/04/12
・Improved feature of Query Editor.
--------------------------------------
2020/01/06
・Added feature of exporting object page layout.
--------------------------------------
2019/08/18
・Added feature of Multi Check on field permission edit page.
--------------------------------------
2019/05/13
・Added features of mass edit, mass delete, mass clone custom fields
--------------------------------------
2019/03/24
・Fixed issues.
--------------------------------------
2018/12/17
・Reactivated feature of Debug Log Viewer.
・Added feature of searching Debug Log.
・Fixed issues.
--------------------------------------
2018/11/12
・Improved UX of feature exporting object API reference to Excel file.
・Added Query Editor feature to all Objects.
・Added feature of exporting query result to Excel file
--------------------------------------
2018/09/25 
・Added support for cloudforce orgs.
--------------------------------------
2018/09/03 Major Release
・ Added support for Lightning!
・ Improved UX of feature Object Reference Doc generating.
・ Improved UX of feature All Check.
--------------------------------------
2018/04/17 
・Improved ERDs UX, fixed bugs.
--------------------------------------
2017/10/11 
・Improved Debug Log Viewer UX.
--------------------------------------
2017/05/29 
・Added feature of query editor and csv data exporting.
--------------------------------------
2017/04/23 
・Added feature of ERDs generator.
--------------------------------------
2017/02/06 
・Fix bugs.
--------------------------------------
2017/01/30 
・Added features of SOQL generator and Apex debug log viewer.
--------------------------------------
2016/12/20 
・Fixed export excel bugs.
--------------------------------------
2016/12/06 
・Improved UI, fixed bugs.
--------------------------------------
2016/11/25 
・Added features that allows you to enable it on custom domain.
--------------------------------------
2016/08/21 Major Release
・Added features of exporting objects definition to excel file.
--------------------------------------
2016/05/18
・ Added support for Visualforce Page.
--------------------------------------
2016/04/04
・ Added the features of object searching and object quick access.
--------------------------------------
2016/03/31
・ Added support for generating Apex Code include blank fields 
--------------------------------------
2016/03/28
・ Added support for RecordType
・ Added hint for Quick Access Menu Turned Off                    

Extension Basic Information

Name Salesforce DevTools Salesforce DevTools
ID ehgmhinnhggigkogkbhnbodhbfjgncjf
Official URL https://chromewebstore.google.com/detail/salesforce-devtools/ehgmhinnhggigkogkbhnbodhbfjgncjf
Description Powerful Salesforce developer tools, loved by over 50K developers worldwide.
File Size 4.6 MB
Installation Count 59,244
Current Version 3.10.2
Last Updated 2023-11-08
Publish Date 2020-06-07
Rating 4.36/5 Total 45 Ratings
Developer https://www.xgeek.net
Email [email protected]
Payment Type free
Help Page URL http://www.xgeek.net/contact/
Privacy Policy Page URL https://www.xgeek.net/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce DevTools",
    "short_name": "Salesforce DevTools",
    "version": "3.10.2",
    "manifest_version": 3,
    "description": "Powerful Salesforce developer tools, loved by over 50K developers worldwide.",
    "action": {
        "matches": [
            "https:\/\/*.force.com\/*",
            "https:\/\/*.salesforce.com\/*",
            "https:\/\/*.cloudforce.com\/*"
        ],
        "default_icon": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.cloudforce.com\/*",
                "https:\/\/github.com\/*"
            ],
            "css": [
                "dist\/css\/app.css"
            ],
            "js": [
                "dist\/js\/app.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "dist\/js\/service_worker.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*force.com\/*",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}