Salesforce DevsForce

Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc.

Hvad er Salesforce DevsForce?

Salesforce DevsForce er en Chrome-udvidelse udviklet af YOSHIKUNI, og dens hovedfunktion er "Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Salesforce DevsForce-udvidelses-CRX-fil

Download Salesforce DevsForce-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        #############################################
Salesforce DevsForce v60.0.0
#############################################
SFDX(Salesforce DX) Develop Support Tools
#1 Securely manage your Salesforce Account
      ・Support to authorize your Salesforce Account with OAuth 2.0, without saving your password in this tool or anywhere.
      ・Support to authorize your Salesforce Account with simple username & password login securely, your username & password will be stored only in your local storage.

#2 Manage Salesforce Metadata
      ・Retrieve any type or full Metadata immediately.
      ・Schedule tasks to fully-automatic retrieve Metadata.
      ・Compare Metadata between any authorized Production or Sandbox.
      ・Deploy Metadata of Apex code, Custom Objects, Flows, etc.(almost all of the metadata).

#3 Manage Salesforce Data(SObjects, Tooling Objects)
      ・Search data in your authorized orginization.
      ・Retrieve your salesforce Objects Data to CSV file.
      ・Schedule tasks to fully-automatic fetch Data(In development).

#4 Automated Apex Tests
      ・Run specified / all Apex test classes in your authorized Production / Sandbox immediately.
      ・Schedule fully-automatic recurring test tasks.

#############################################
Release notes (Important update marked with ★)
#############################################
v60.0.0 2024/02/14
・Updated API Version to 60.0.

v59.0.1 2023/11/22
v59.0.0 2023/10/20
・Updated API Version to 59.0.
・Updated Privacy Policy URL.

v58.0.0 2023/06/12
・Updated API Version to 58.0.

v57.0.0 2023/03/06
・Updated API Version to 57.0.

v56.0.0 2022/10/17
・Updated API Version to 56.0.

v55.6.12 2022/09/22
v55.6.11 2022/09/20
v55.5.11 2022/09/18
v55.5.10 2022/09/15
v55.5.9 2022/09/11
v55.4.8 2022/09/08
v55.3.8 2022/09/05
★Supported to edit data in listview.
★Supported to copy part of search results to clipboard.
★Supported to download search results to CSV.
・Fixed bugs.

v55.2.5 2022/08/26
v55.1.0 2022/07/23
v55.0.0 2022/07/10
・Fixed bugs.
★Supported choosing the API Version when automatically downloading metadata.
・Updated API Version to 55.0.

v54.2.6 2022/07/02
v54.2.5 2022/04/29
★Renew Data management.
・Fixed bugs.

v54.2.4 2022/04/13
v54.2.3 2022/04/06
v54.2.2 2022/03/30
v54.2.1 2022/03/27
v54.2.0 2022/03/24
v54.1.0 2022/03/14
v54.0.1 2022/03/12
★Support to mass export attachments in ContentVersion & Attachment SObject.
・Make some improvements.
・Fixed bugs.

v54.0.0 2022/03/05
・Improved UI
・Fixed bugs.
・Updated API Version to 54.0.

v53.0.1 2022/01/27(Happy New Year!)
★Improved UI, you can create package.xml by click "add" icon next to each metadata member without writing manually(you can also edit manually as before).
★Improved UI, moved "package.xml" button to bottom right, you can mass download metadata with it.
・Fixed bugs.

v53.0.0 2021/10/10
★Redesigned our Logo to be more friendly.
★Upgraded chrome extension manifest to MV3, which means you can get the latest support from Google, and enjoy enhancements in security, privacy, and performance.
★Updated Salesforce API Version to v53.0(Spring '22).
★Updated Privacy & Policy, add Chinese & Japanese, which means we can now support in Chinese, English and Japanese.
★Redesigned UI of Process Monitoring.
・Fixed bugs.

v52.0.3 2021/10/02
v52.0.2 2021/09/26
v52.0.1 2021/09/21
★Improved UI, from this update you can mass retrieve metadata with manifest files for each user without switching user.
★Improved Full-Meta retrievement.
・Fixed bugs.
・Improved UI.

v52.0.0 2021/07/31
・Fixed bugs.
・Updated API Version to 52.0.

v51.1.3 2021/05/07
・Fixed bugs.
★Added support for retrieving metadata with customized manifest(package.xml) file.

#############################################
Next time
#############################################
  It helps you if your are having trouble with data migration.                    

Grundlæggende oplysninger om udvidelsen

Navn Salesforce DevsForce Salesforce DevsForce
ID lhacociobolpbfdkebgpjpbnlnbhknii
Officiel URL https://chromewebstore.google.com/detail/salesforce-devsforce/lhacociobolpbfdkebgpjpbnlnbhknii
Beskrivelse Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc.
Filstørrelse 5.31 MB
Antal Installationer 242
Nuværende Version 60.0.0
Senest Opdateret 2024-02-16
Udgivelsesdato 2020-12-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler YOSHIKUNI
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ra-yoshikuni-developer-edition.ap0.force.com
URL til Fortrolighedspolitik Side https://ra-yoshikuni-dev-ed.my.salesforce-sites.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce DevsForce",
    "version": "60.0.0",
    "description": "Powerful Salesforce develop tools used to backup data, download and deploy metadata, and run tests automatically, etc.",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index\/index.html",
        "default_icon": {
            "32": "images\/get_started32.png"
        }
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "https:\/\/www.salesforce.com\/*",
                "https:\/\/help.salesforce.com\/*",
                "https:\/\/success.salesforce.com\/*",
                "https:\/\/trust.salesforce.com\/*",
                "https:\/\/trailhead.salesforce.com\/*",
                "https:\/\/developer.salesforce.com\/*",
                "https:\/\/partners.salesforce.com\/*"
            ],
            "js": [
                "reference\/jquery-3.1.1.min.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.visual.force.com\/*",
                "https:\/\/*.visualforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.my.salesforce.com\/*",
                "https:\/\/login.salesforce.com\/services\/oauth2\/*",
                "https:\/\/test.salesforce.com\/services\/oauth2\/*"
            ]
        }
    ],
    "icons": {
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQOnpOTJjQcDCuqMfmc7TczHtcbtsmulnOCP6UHXMnyfrU2CWoYyLp1ao3R8BqLwrxvvNkREf8VkiZKDJ5trdvUpOVtN1GJZ0XfakTp8u6DGoGcY1ZcsVuqQtyXrC8q+ZGdJl\/7j0+ukmtQpYJRRr6occVLweQu9tbyZYhuKBJSwkPcQPFF5BjtWF11deYBVQs+JebiTLisD3Qd1UFMb5kGYqaZhUJ4PfSCejQlgzYKx3VAo9BKpyYmwK\/kgnZtvqLU5kgEmOaFTWFs3r\/eZUq1bew0OYh7nsTap7Id5PJR658R06O7kXbgHVngBUbIhToLQBlLv\/gKKNqji8NTDZQIDAQAB",
    "permissions": [
        "alarms",
        "downloads",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.salesforce.com\/*"
    ],
    "oauth2": {
        "client_id": "3MVG9I1kFE5Iul2AGE29PMp_dAtBwaFy4ArZRNxNnTokv6pWvoFRUIUc37mq5cJrI9oNyUpGIPoyD_99JrbJ1",
        "client_secret": "2EE5A3017E5134762251B0BD6B03050B65BC677F1D1082D8FDDE7B2E61F6F19F",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}