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

Qu'est-ce que Force.com Migration Tool Package Creator ?

Force.com Migration Tool Package Creator est une extension Chrome développée par Elie Perez, et sa fonction principale est "Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Force.com Migration Tool Package Creator

Téléchargez les fichiers d'extension Force.com Migration Tool Package Creator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Force.com Migration Tool Package Creator Force.com Migration Tool Package Creator
ID jjnhjeoeaiiifekieoddeenhoignfkhj
URL Officiel 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
Taille du Fichier 54.27 KB
Nombre d'Installations 5,215
Version Actuelle 0.5
Dernière Mise à Jour 2023-04-18
Date de Publication 2016-03-24
Évaluation 5.00/5 Total 9 Évaluations
Développeur Elie Perez
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}