barcodelogin

barcodelogin.com

什么是barcodelogin?

barcodelogin是由barcodelogin.com开发的Chrome扩展程序,该扩展的主要功能是“barcodelogin.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
}