Copy Salesforce Code
Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.
Copy Salesforce Code là gì?
Copy Salesforce Code là một tiện ích mở rộng Chrome được phát triển bởi Hemendra Singh Rajawat, và tính năng chính của nó là "Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.".
Ả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 Copy Salesforce Code
Tải xuống các tệp mở rộng Copy Salesforce Code 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
To copy Salesforce code, you need to select the whole code manually by scrolling till the end of code and this gets annoying and time taking when you have large codes. "Copy Salesforce Code" extension provide copy button to easily copy the code. It works for Apex Class, Apex Triggers and Visualforce Page and Formula Field codes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nmbfpjnjhckcffgpcdahlebepedkoaib |
URL Chính Thức | https://chrome.google.com/webstore/detail/copy-salesforce-code/nmbfpjnjhckcffgpcdahlebepedkoaib |
Mô tả | Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers. |
Kích Thước Tệp | 1.97 MB |
Số Lần Cài Đặt | 141 |
Phiên Bản Hiện Tại | 2.3.1 |
Cập Nhật Lần Cuối | 2020-05-05 |
Ngày Phát Hành | 2020-05-05 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Hemendra Singh Rajawat |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "Copy Salesforce Code", "version": "2.3.1", "manifest_version": 2, "description": "Copy Salesforce code easily with Copy button. Productivity tool for Salesforce Developers.", "author": "Hemendra Singh Rajawat", "icons": { "16": "static\/img\/icons\/Icon-16.png", "32": "static\/img\/icons\/Icon-32.png", "48": "static\/img\/icons\/Icon-48.png", "64": "static\/img\/icons\/Icon-64.png", "128": "static\/img\/icons\/Icon-128.png" }, "browser_action": { "default_icon": "static\/img\/CopySalesforceCode.png", "default_popup": "pages\/popup.html" }, "permissions": [ "tabs", "storage", "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "content_scripts": [ { "js": [ "static\/js\/functions.js", "static\/js\/contentscript.js" ], "css": [ "static\/css\/style.min.css" ], "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ] } ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx?response=updatecheck&x=id%3Dnmbfpjnjhckcffgpcdahlebepedkoaib%26uc" } |