Plug-Up Bridge Content Script

Chrome Content Script for Plug-up dongle access

What is Plug-Up Bridge Content Script?

Plug-Up Bridge Content Script is a Chrome extension developed by https://smartcard.io, and its main feature is "Chrome Content Script for Plug-up dongle access".

Extension Screenshots

screenshot

Download Plug-Up Bridge Content Script Extension CRX File

Download Plug-Up Bridge Content Script extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension let you communicate natively with Plug-up USB Smartcard products (by Plug-up, Kliidje, BTChip). Requires the Plug-up Bridge as well - available at https://chrome.google.com/webstore/detail/plug-up-bridge/mgbemnbocfpecccpecgommbeilnainej

New in 0.1.1 : add namespace for third party detection, remove debugging                    

Extension Basic Information

Name Plug-Up Bridge Content Script Plug-Up Bridge Content Script
ID icnekhdkfglaecpcdkjoahlnjllocjgo
Official URL https://chromewebstore.google.com/detail/plug-up-bridge-content-sc/icnekhdkfglaecpcdkjoahlnjllocjgo
Description Chrome Content Script for Plug-up dongle access
File Size 12.91 KB
Installation Count 480
Current Version 0.1.1
Last Updated 2014-10-15
Publish Date 2014-10-15
Rating 4.71/5 Total 7 Ratings
Developer https://smartcard.io
Payment Type free
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "plugup-embed.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Chrome Content Script for Plug-up dongle access",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUwGptfRnlGwaYgIfhLQkNZtNB\/Sjf4toqWjg77bey3WRnm9lP+U7c19J9iHN\/WZfwRNfrlfQiVecmGOxlJbmFq+tjS8JxfJRQmIPkKebekkqA2ailxeZma84sU4WlXbTSoCu3F2NBXlIah+ejjRSu\/J7MdYsB776fxfGDHki+1aMa+NnYlLibPqRtKX7SVnRSGMw6mr6kyYLpcvNf7fqtcgj3sWt5rCLbNBLCfZ0G\/a0nm2Azcr5ixx6UdJL0pgezE2IQ4Yrv5i+r8sTB91C0YjdpeUEPNEVJ1NQTWcGFjluOUT4DmgJidWAYahevTXozdN6ksKC7t4IN65l6lAgwIDAQAB",
    "manifest_version": 2,
    "name": "Plug-Up Bridge Content Script",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1"
}