Salesforce Logins by Synebo
Best in class solution to manage your salesforce credentials. Completely free.
Salesforce Logins by Synebo là gì?
Salesforce Logins by Synebo là một tiện ích mở rộng Chrome được phát triển bởi https://synebo.io, và tính năng chính của nó là "Best in class solution to manage your salesforce credentials. Completely free.".
Ả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 Logins by Synebo
Tải xuống các tệp mở rộng Salesforce Logins by Synebo 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
KEY FEATURES – Productivity boosting: Supports security tokens. Say "good bye" to verification codes! Grouping, quick search and one-click login to a new tab, window or even incognito mode. – Teamwork ready: Easily import and export your credentials, copy login information to clipboard in a single click or generate session login link. – Security: The stored data will be automatically synced to any Chrome browser that the user is logged into, which is provided in case if the user has enabled synchronization. Your sensitive data like password or token is protected. We store them encrypted. Also, you can use PIN code protection in feature for more security! WHAT'S NEW – Omnibox Support: Look for a specific credential and perform login directly from Chrome Omnibox. Just enter ‘s’ and space in your address bar. – Improved UI/UX: Fresh design. Better UX including drag-and-drop. Improved keyboard support. – Tab Customization: Increase your productivity with dynamic and customizable tab icons and titles.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mhpbcjokcjoldhjcapkcmfkkkgepapgm |
URL Chính Thức | https://chromewebstore.google.com/detail/salesforce-logins-by-syne/mhpbcjokcjoldhjcapkcmfkkkgepapgm |
Mô tả | Best in class solution to manage your salesforce credentials. Completely free. |
Kích Thước Tệp | 324 KB |
Số Lần Cài Đặt | 44,159 |
Phiên Bản Hiện Tại | 2.1.7 |
Cập Nhật Lần Cuối | 2019-10-04 |
Ngày Phát Hành | 2019-10-04 |
Đánh Giá | 4.57/5 Tổng số 75 Đánh Giá |
Nhà Phát Triển | https://synebo.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://synebo.io/products/salesforce_logins_extension_for_google_chrome |
URL Trang Trợ Giúp | http://synebo.io/contact_us |
URL Trang Chính Sách Bảo Mật | https://www.synebo.io/extension-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Synebo", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "Salesforce Logins by Synebo", "short_name": "Salesforce Logins", "description": "Best in class solution to manage your salesforce credentials. Completely free.", "version": "2.1.7", "omnibox": { "keyword": "s" }, "icons": { "128": "assets\/images\/icons\/icon_128.png" }, "browser_action": { "default_icon": "assets\/images\/icons\/icon_24.png", "default_popup": "index.html", "default_title": "Salesforce Logins by Synebo" }, "background": { "scripts": [ "js\/bg.bundle.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "cookies", "https:\/\/*.force.com\/", "https:\/\/*.chrome.com\/", "https:\/\/*.salesforce.com\/" ] } |