barcodelogin
barcodelogin.com
barcodelogin란 무엇입니까?
barcodelogin은(는) barcodelogin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "barcodelogin.com"입니다.
확장 프로그램 스크린샷
barcodelogin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
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 } |