SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
SANGAM : Enhance Salesforce Developer Console là gì?
SANGAM : Enhance Salesforce Developer Console là một tiện ích mở rộng Chrome được phát triển bởi Triangle™, và tính năng chính của nó là "Beautify Salesforce Developer Console".
Ả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 SANGAM : Enhance Salesforce Developer Console
Tải xuống các tệp mở rộng SANGAM : Enhance Salesforce Developer Console 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
*** SANGAM: Enhance Salesforce Developer Console *** Light background themes Dark background themes Gray background themes easily swap themes Color schema for matching brackets, comments, keywords, variable, line number and methods.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SANGAM : Enhance Salesforce Developer Console |
ID | kgacbagondehhgalonakppblcmhelbjg |
URL Chính Thức | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
Mô tả | Beautify Salesforce Developer Console |
Kích Thước Tệp | 2.51 MB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2017-01-03 |
Ngày Phát Hành | 2017-01-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Triangle™ |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SANGAM : Enhance Salesforce Developer Console", "short_name": "Sangam", "description": "Beautify Salesforce Developer Console", "version": "0.0.3", "icons": { "16": "icons\/icon128.png", "24": "icons\/icon24.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon24.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "run_at": "document_start" } ], "options_page": "welcome\/index.html", "permissions": [ "storage" ] } |