Force.com Migration Tool Package Creator

Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez

Hvad er Force.com Migration Tool Package Creator?

Force.com Migration Tool Package Creator er en Chrome-udvidelse udviklet af Elie Perez, og dens hovedfunktion er "Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez".

Udvidelsesskærmbilleder

screenshot

Download Force.com Migration Tool Package Creator-udvidelses-CRX-fil

Download Force.com Migration Tool Package Creator-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

                        Create XML package to use with Ant and Force.com migration tool on top of Salesforce Workbench.

You need to connect to the workbench (https://workbench.developerforce.com/login.php) and then:
info -> Metadata Types and Components

The plug-in provide the following features:
- Metadata Type search by free text
- Search metadata components by text
- Add metadata to your Package XML by checking a checkbox
- Load and existing package
- Download the final Package XML to deploy                    

Grundlæggende oplysninger om udvidelsen

Navn Force.com Migration Tool Package Creator Force.com Migration Tool Package Creator
ID jjnhjeoeaiiifekieoddeenhoignfkhj
Officiel URL https://chromewebstore.google.com/detail/forcecom-migration-tool-p/jjnhjeoeaiiifekieoddeenhoignfkhj
Beskrivelse Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez
Filstørrelse 54.27 KB
Antal Installationer 5,215
Nuværende Version 0.5
Senest Opdateret 2023-04-18
Udgivelsesdato 2016-03-24
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Elie Perez
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/FileSaver.js",
                "js\/jquery.xml2json.js",
                "js\/workbench_metadata.user.js"
            ],
            "matches": [
                "https:\/\/workbench.developerforce.com\/metadataDescribeAndList.php*"
            ]
        },
        {
            "js": [
                "js\/jquery.min.js",
                "js\/workbench_object.user.js"
            ],
            "matches": [
                "https:\/\/workbench.developerforce.com\/describe.php*"
            ]
        }
    ],
    "description": "Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez",
    "icons": {
        "128": "img\/service-package-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnWlBZDhEAWwVVIlUDqIZDsGyl+F3qmVlJWBhL+gvs+ZoLtKHkUmF\/29TN\/t+lMOvHSeux6XaKKi+P7Hk+wPG7KescbOfpwPSEpqy9yFsIT42KrZRmUW\/C3BizqRu3BRcjKEHSDUQ+J2HfzKS0WNkhNgMpZqyT\/Bvk7b5hTuJ1WhAEYY9XAdmkPdova+udv\/TXzrEZISgZfnNsRIZpGqnyiSLC164QDwANBmPdWAO9yGqYSxK2kObBfyyV6cULY2qkweXCm4PkoMjzfsP1OXV3SYZVVZuEnZFPn0TChHi1c1puOS\/LqLh7PO2n8N33stPMqVdeHJH6AZCfNHAuL7llQIDAQAB",
    "manifest_version": 3,
    "name": "Force.com Migration Tool Package Creator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}