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 |
| Eメール | [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"
} | |