Plug-Up Bridge Content Script

Chrome Content Script for Plug-up dongle access

Plug-Up Bridge Content Script란 무엇입니까?

Plug-Up Bridge Content Script은(는) https://smartcard.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Content Script for Plug-up dongle access"입니다.

확장 프로그램 스크린샷

screenshot

Plug-Up Bridge Content Script 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Plug-Up Bridge Content Script Plug-Up Bridge Content Script
ID icnekhdkfglaecpcdkjoahlnjllocjgo
공식 URL https://chromewebstore.google.com/detail/plug-up-bridge-content-sc/icnekhdkfglaecpcdkjoahlnjllocjgo
설명 Chrome Content Script for Plug-up dongle access
파일 크기 12.91 KB
설치 횟수 480
현재 버전 0.1.1
최근 업데이트 2014-10-15
출시 날짜 2014-10-15
평점 4.71/5 총 7 개의 평점
개발자 https://smartcard.io
결제 유형 free
지원되는 언어 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"
}