Scan2Login
Just scan with your phone, and you'll automatically logged in
Scan2Loginとは何ですか?
Scan2LoginはHolabar Ltd.によって開発されたChromeの拡張機能で、その主な機能は「Just scan with your phone, and you'll automatically logged in」です。
拡張機能のスクリーンショット
Scan2Login拡張機能のCRXファイルをダウンロード
Scan2Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No more memorizing complicated user names and passwords.
With the Scan2Login extension, use your smart phone as a login badge to identify yourself to the websites on your PC browser.
How it works:
- Scan2Login smart phone application is an innovative passwords manager tool, which securely stores your login information (using AES 128bit) on your personal phone.
- With the Scan2Login extension on your PC browser ,the application will automatically fill your login information.
How to use:
1. On your PC, browse to the login page.
2. Go over the Scan2Login icon on the bottom right corner and a QR-code will appear.
3. Scan the QR-code using the application on your smart phone.
4. The application will automatically fill your login information.
Android app:
https://market.android.com/details?id=com.holabar.app.lite
Web site:
http://www.holabar.com 拡張機能の基本情報
| 名前 | |
| ID | pmbcncngnlhchfiineciojlicjpjocde |
| 公式URL | https://chrome.google.com/webstore/detail/scan2login/pmbcncngnlhchfiineciojlicjpjocde |
| 説明 | Just scan with your phone, and you'll automatically logged in |
| ファイルサイズ | 201 KB |
| インストール数 | 279 |
| 現在のバージョン | 1.31 |
| 最終更新日 | 2014-09-17 |
| 公開日 | 2014-09-17 |
| 評価 | 4.50/5 合計 10 レビュー |
| 開発者 | Holabar Ltd. |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.holabar.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scan2Login",
"version": "1.31",
"description": "Just scan with your phone, and you'll automatically logged in",
"icons": {
"128": "data\/img\/tag_128.png"
},
"browser_action": {
"default_icon": "data\/img\/tag_72.png",
"default_popup": "data\/popup.html"
},
"background": {
"scripts": [
"data\/chromeBackground\/httpRequest.js",
"data\/chromeBackground\/background.js"
]
},
"web_accessible_resources": [
"data\/img\/get_it_on_play_logo_large.png",
"data\/img\/Download_on_the_App_Store.png",
"data\/img\/warning.png",
"data\/img\/tag_32.png",
"data\/img\/plus.png",
"data\/img\/mobile.png",
"data\/img\/update.png",
"data\/img\/playStore.png",
"data\/img\/closeIdle.png",
"data\/img\/miniDiv.png",
"data\/img\/closeOn.png",
"data\/img\/qrbg.png",
"data\/img\/minibg.png"
],
"content_scripts": [
{
"all_frames": false,
"js": [
"data\/scan2Login.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"all_frames": true,
"js": [
"data\/scan2LoginCont.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"contextMenus",
"webRequest",
"webRequestBlocking",
"notifications"
]
} | |