Salesforce Unlimited Login
Login Salesforce with one click.
什么是Salesforce Unlimited Login?
Salesforce Unlimited Login是由WeiCheng Hsu开发的Chrome扩展程序,该扩展的主要功能是“Login Salesforce with one click.”。
扩展截图
下载Salesforce Unlimited Login扩展crx文件
下载Salesforce Unlimited Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Manage Salesforce ORGs logins with unlimited accounts.
- Easy to import login credentials from "Force.com LOGINS"
- Keyboard quick access. arrow-up / arrow-down to pick up an ORG then type "enter" to login into the ORG. 扩展基本信息
| 名称 | |
| ID | pjimnephfippljgdflhofbfhbcogfkne |
| 官方URL | https://chrome.google.com/webstore/detail/salesforce-unlimited-logi/pjimnephfippljgdflhofbfhbcogfkne |
| 简介 | Login Salesforce with one click. |
| 文件大小 | 3.03 MB |
| 安装次数 | 31 |
| 当前版本 | 2.1.0 |
| 更新时间 | 2018-10-18 |
| 上架时间 | 2018-10-18 |
| 开发者 | WeiCheng Hsu |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://medium.com/@poc7667/best-ever-salesforce-login-management-plugin-234eb4189c27 |
| 隐私政策页面URL | http://www.birchwords.live |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Salesforce Unlimited Login",
"short_name": "LoginForce",
"manifest_version": 2,
"version": "2.1.0",
"description": "Login Salesforce with one click.",
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "index.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+L"
}
}
},
"permissions": [
"storage",
"unlimitedStorage",
"https:\/\/login.salesforce.com\/"
],
"omnibox": {
"keyword": "sf"
},
"options_page": "index.html",
"incognito": "split"
} | |