SFDC Magic Toolkit
Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.
¿Qué es SFDC Magic Toolkit?
SFDC Magic Toolkit es una extensión de Chrome desarrollada por Bhupendra yadav, y su función principal es "Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SFDC Magic Toolkit
Descarga archivos de extensión SFDC Magic Toolkit 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
Just published new feature BIG EYE. If you are on detail/Edit page of any record in Salesforce, you can have a look on all the fields values of that record, without needing to add field on page layout. --------------------------------------- SFDC MagicToolkit provides simple elegant way of resolving day-to-day problems related to salesforce. Toolkit support below functionality currently. 1. Generates Package.xml out of inbound/outbound Change sets in SFDC. 2. Export of Test coverage report. 3. Quick navigation to User detail page, by skipping chatter profile pages. 4. Allows Data Export from SFDC Developer console. 5. Mass FLS update from New profile edit page. Just install and you are ready. For any kind of issue/suggestion please write to me. I will be happy to solve/implement new functionality.
Información Básica de la Extensión
Nombre | SFDC Magic Toolkit |
ID | kilgdoafhhpkloidoajmlfienjndfbfo |
URL Oficial | https://chromewebstore.google.com/detail/sfdc-magic-toolkit/kilgdoafhhpkloidoajmlfienjndfbfo |
Descripción | Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query. |
Tamaño del Archivo | 170 KB |
Cantidad de Instalaciones | 1,760 |
Versión Actual | 1.1.0 |
Última Actualización | 2016-03-29 |
Fecha de Publicación | 2016-03-29 |
Calificación | 4.19/5 Total de 16 Calificaciones |
Desarrollador | Bhupendra yadav |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.facebook.com/BsyadavSFDC |
URL de la Página de Ayuda | https://www.facebook.com/BsyadavSFDC |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SFDC Magic Toolkit", "description": "Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.", "version": "1.1.0", "permissions": [ "cookies", "tabs", "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.visual.force.com\/*" ], "js": [ "js\/jquery.js", "js\/SFDCToolkitContentScript.js" ] } ], "browser_action": { "default_title": "SFDC Magic Toolkit", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |