Salesforce Logins by Synebo
Best in class solution to manage your salesforce credentials. Completely free.
什麼是Salesforce Logins by Synebo?
Salesforce Logins by Synebo是由https://synebo.io開發的Chrome擴展程式,該擴展的主要功能是“Best in class solution to manage your salesforce credentials. Completely free.”。
擴展截圖
下載Salesforce Logins by Synebo擴展crx文件
下載Salesforce Logins by Synebo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | mhpbcjokcjoldhjcapkcmfkkkgepapgm |
官方網址 | https://chromewebstore.google.com/detail/salesforce-logins-by-syne/mhpbcjokcjoldhjcapkcmfkkkgepapgm |
簡介 | Best in class solution to manage your salesforce credentials. Completely free. |
檔案大小 | 324 KB |
安裝次數 | 44,159 |
目前版本 | 2.1.7 |
更新時間 | 2019-10-04 |
上架時間 | 2019-10-04 |
評分 | 4.57/5 共 75 次評分 |
開發者 | https://synebo.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://synebo.io/products/salesforce_logins_extension_for_google_chrome |
說明頁面URL | http://synebo.io/contact_us |
隱私政策頁面URL | https://www.synebo.io/extension-privacy-policy |
支援的語言 | 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\/" ] } |