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

What is Force.com Migration Tool Package Creator?

Force.com Migration Tool Package Creator is a Chrome extension developed by Elie Perez, and its main feature is "Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez".

Extension Screenshots

screenshot

Download Force.com Migration Tool Package Creator Extension CRX File

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

                        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                    

Extension Basic Information

Name Force.com Migration Tool Package Creator Force.com Migration Tool Package Creator
ID jjnhjeoeaiiifekieoddeenhoignfkhj
Official URL https://chromewebstore.google.com/detail/forcecom-migration-tool-p/jjnhjeoeaiiifekieoddeenhoignfkhj
Description Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez
File Size 54.27 KB
Installation Count 5,215
Current Version 0.5
Last Updated 2023-04-18
Publish Date 2016-03-24
Rating 5.00/5 Total 9 Ratings
Developer Elie Perez
Email [email protected]
Payment Type free
Supported Languages 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"
}