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

Cos'è Force.com Migration Tool Package Creator?

Force.com Migration Tool Package Creator è un'estensione di Chrome sviluppata da Elie Perez, e la sua funzione principale è "Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Force.com Migration Tool Package Creator

Scarica i file di estensione Force.com Migration Tool Package Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Force.com Migration Tool Package Creator Force.com Migration Tool Package Creator
ID jjnhjeoeaiiifekieoddeenhoignfkhj
URL Ufficiale https://chromewebstore.google.com/detail/forcecom-migration-tool-p/jjnhjeoeaiiifekieoddeenhoignfkhj
Descrizione Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez
Dimensione del File 54.27 KB
Conteggio Installazioni 5,215
Versione Corrente 0.5
Ultimo Aggiornamento 2023-04-18
Data di Pubblicazione 2016-03-24
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Elie Perez
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}