barcodelogin
barcodelogin.com
ما هو barcodelogin؟
barcodelogin هو إضافة Chrome تم تطويرها بواسطة barcodelogin.com، والميزة الرئيسية لها هي "barcodelogin.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة barcodelogin
قم بتنزيل ملفات الامتداد barcodelogin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!
معلومات أساسية عن التمديد
الاسم | 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 } |