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é es Force.com Migration Tool Package Creator?
Force.com Migration Tool Package Creator es una extensión de Chrome desarrollada por Elie Perez, y su función principal es "Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Force.com Migration Tool Package Creator
Descarga archivos de extensión Force.com Migration Tool Package Creator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Force.com Migration Tool Package Creator |
ID | jjnhjeoeaiiifekieoddeenhoignfkhj |
URL Oficial | https://chromewebstore.google.com/detail/forcecom-migration-tool-p/jjnhjeoeaiiifekieoddeenhoignfkhj |
Descripción | Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez |
Tamaño del Archivo | 54.27 KB |
Cantidad de Instalaciones | 5,215 |
Versión Actual | 0.5 |
Última Actualización | 2023-04-18 |
Fecha de Publicación | 2016-03-24 |
Calificación | 5.00/5 Total de 9 Calificaciones |
Desarrollador | Elie Perez |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |