barcodelogin
barcodelogin.com
barcodeloginとは何ですか?
barcodeloginはbarcodelogin.comによって開発されたChromeの拡張機能で、その主な機能は「barcodelogin.com」です。
拡張機能のスクリーンショット
barcodelogin拡張機能のCRXファイルをダウンロード
barcodelogin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Never get locked out an account ever again! With the Barcode Login app and extension, signing into your favorite websites is as easy as taking a picture. Your account login information is safely stored on your phone and with just a click of a button, you can sign into your account on any website without even touching your keyboard! The Chrome extension automatically detects a sign in field and pops up a barcode upon clicking the barcodelogin page action icon. Scan the barcode with your app and witness the magic!
拡張機能の基本情報
名前 | barcodelogin |
ID | jjifkemdjkpdgaccmbmeeamhdmejpcci |
公式URL | https://chromewebstore.google.com/detail/barcodelogin/jjifkemdjkpdgaccmbmeeamhdmejpcci |
説明 | barcodelogin.com |
ファイルサイズ | 150 KB |
インストール数 | 73 |
現在のバージョン | 1.0.21 |
最終更新日 | 2016-03-12 |
公開日 | 2016-03-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | barcodelogin.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "barcodelogin", "version": "1.0.21", "description": "barcodelogin.com", "permissions": [ "activeTab", "tabs", "notifications", "https:\/\/*.barcodelogin.com\/*", "http:\/\/*.barcodelogin.com\/*", "http:\/\/*.pusher.com\/*" ], "background": { "scripts": [ "jquery.js", "pusher.min.js", "cryptico.min.js", "background.js" ] }, "browser_action": { "default_icon": "barcodelogin-19.png", "default_title": "barcodelogin.com", "default_popup": "dialog.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "contentscript.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "48": "barcodelogin-48.png", "128": "barcodelogin-128.png" }, "manifest_version": 2 } |