SFDC Magic Toolkit
Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.
Qu'est-ce que SFDC Magic Toolkit ?
SFDC Magic Toolkit est une extension Chrome développée par Bhupendra yadav, et sa fonction principale est "Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SFDC Magic Toolkit
Téléchargez les fichiers d'extension SFDC Magic Toolkit 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
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.
Informations de Base sur l'Extension
Nom | SFDC Magic Toolkit |
ID | kilgdoafhhpkloidoajmlfienjndfbfo |
URL Officiel | https://chromewebstore.google.com/detail/sfdc-magic-toolkit/kilgdoafhhpkloidoajmlfienjndfbfo |
Description | Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query. |
Taille du Fichier | 170 KB |
Nombre d'Installations | 1,760 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2016-03-29 |
Date de Publication | 2016-03-29 |
Évaluation | 4.19/5 Total 16 Évaluations |
Développeur | Bhupendra yadav |
Type de Paiement | free |
Site Web de l'Extension | https://www.facebook.com/BsyadavSFDC |
URL de la Page d'Aide | https://www.facebook.com/BsyadavSFDC |
Langues Prises en Charge | 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 } |