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 là gì?
SFDC Magic Toolkit là một tiện ích mở rộng Chrome được phát triển bởi Bhupendra yadav, và tính năng chính của nó là "Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SFDC Magic Toolkit
Tải xuống các tệp mở rộng SFDC Magic Toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SFDC Magic Toolkit |
ID | kilgdoafhhpkloidoajmlfienjndfbfo |
URL Chính Thức | https://chromewebstore.google.com/detail/sfdc-magic-toolkit/kilgdoafhhpkloidoajmlfienjndfbfo |
Mô tả | Toolkit provides Package.xml out of change sets. Test coverage export functionality. Fast navigation to User detail. Big Query. |
Kích Thước Tệp | 170 KB |
Số Lần Cài Đặt | 1,760 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2016-03-29 |
Ngày Phát Hành | 2016-03-29 |
Đánh Giá | 4.19/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Bhupendra yadav |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.facebook.com/BsyadavSFDC |
URL Trang Trợ Giúp | https://www.facebook.com/BsyadavSFDC |
Ngôn Ngữ Được Hỗ Trợ | 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 } |