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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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\/" ] } |