Salesforce DevTools

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

什麼是Salesforce DevTools?

Salesforce DevTools是由https://www.xgeek.net開發的Chrome擴展程式,該擴展的主要功能是“Powerful Salesforce developer tools, loved by over 50K developers worldwide.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Salesforce DevTools擴展crx文件

下載Salesforce DevTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Salesforce DevTools Salesforce DevTools
ID ehgmhinnhggigkogkbhnbodhbfjgncjf
官方網址 https://chromewebstore.google.com/detail/salesforce-devtools/ehgmhinnhggigkogkbhnbodhbfjgncjf
簡介 Powerful Salesforce developer tools, loved by over 50K developers worldwide.
檔案大小 4.6 MB
安裝次數 59,244
目前版本 3.10.2
更新時間 2023-11-08
上架時間 2020-06-07
評分 4.36/5 共 45 次評分
開發者 https://www.xgeek.net
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://www.xgeek.net/contact/
隱私政策頁面URL https://www.xgeek.net/privacy-policy
支援的語言 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'"
    }
}