SFDC Magic Toolkit
Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.
什么是SFDC Magic Toolkit?
SFDC Magic Toolkit是由Bhupendra yadav开发的Chrome扩展程序,该扩展的主要功能是“Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.”。
扩展截图
下载SFDC Magic Toolkit扩展crx文件
下载SFDC Magic Toolkit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SFDC Magic Toolkit |
ID | kilgdoafhhpkloidoajmlfienjndfbfo |
官方URL | https://chromewebstore.google.com/detail/sfdc-magic-toolkit/kilgdoafhhpkloidoajmlfienjndfbfo |
简介 | Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query. |
文件大小 | 170 KB |
安装次数 | 1,760 |
当前版本 | 1.1.0 |
更新时间 | 2016-03-29 |
上架时间 | 2016-03-29 |
评分 | 4.19/5 共16次评分 |
开发者 | Bhupendra yadav |
付费类型 | free |
扩展官网 | https://www.facebook.com/BsyadavSFDC |
帮助页面URL | https://www.facebook.com/BsyadavSFDC |
支持的语言 | 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 } |