Plug-Up Bridge Content Script

Chrome Content Script for Plug-up dongle access

Vad är Plug-Up Bridge Content Script?

Plug-Up Bridge Content Script är en Chrome-tillägg utvecklad av https://smartcard.io, och dess huvudfunktion är "Chrome Content Script for Plug-up dongle access".

Tilläggsskärmbilder

screenshot

Ladda ner Plug-Up Bridge Content Script-förlängningens CRX-fil

Ladda ner Plug-Up Bridge Content Script-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Plug-Up Bridge Content Script Plug-Up Bridge Content Script
ID icnekhdkfglaecpcdkjoahlnjllocjgo
Officiell webbadress https://chromewebstore.google.com/detail/plug-up-bridge-content-sc/icnekhdkfglaecpcdkjoahlnjllocjgo
Beskrivning Chrome Content Script for Plug-up dongle access
Filstorlek 12.91 KB
Antal Installationer 480
Aktuell Version 0.1.1
Senast Uppdaterad 2014-10-15
Publiceringsdatum 2014-10-15
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare https://smartcard.io
Betalningssätt free
Stödda Språk 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"
}