SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
SalesForce Id Lookup là gì?
SalesForce Id Lookup là một tiện ích mở rộng Chrome được phát triển bởi https://moshekarmel.com, và tính năng chính của nó là "This extension will Take a SalesForce Id and open up the actual record in SalesForce".
Ả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 SalesForce Id Lookup
Tải xuống các tệp mở rộng SalesForce Id Lookup 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
Enter a Salesforce Id into the textbox and it will open the record in Salesforce. You can enter your Org Instance on the options page. Defaults are Production => "na13" and Testing => "cs16".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SalesForce Id Lookup |
ID | enkbgagpjeooofnjhijhoedoghfleipp |
URL Chính Thức | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
Mô tả | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
Kích Thước Tệp | 7.81 KB |
Số Lần Cài Đặt | 395 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2015-06-05 |
Ngày Phát Hành | 2015-06-05 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://moshekarmel.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SalesForce Id Lookup", "description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce", "version": "1.3", "browser_action": { "default_icon": "cloud_icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [] } |