理太 MP RFID 讀卡機小幫手

在指定的網站上,直接驅動微程式資訊的桌上型讀卡機執行讀卡作業。

理太 MP RFID 讀卡機小幫手คืออะไร?

理太 MP RFID 讀卡機小幫手 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 理太科技股份有限公司 และคุณลักษณะหลักของมันคือ "在指定的網站上,直接驅動微程式資訊的桌上型讀卡機執行讀卡作業。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 理太 MP RFID 讀卡機小幫手

ดาวน์โหลดไฟล์ส่วนขยาย 理太 MP RFID 讀卡機小幫手 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        在指定的網站(含內部的網站),讓 Google Chrome 可以藉由 Native Messaging 驅動微程式資訊股份有限公司的 MP1407R 型及更早期的 NFC 讀卡機,執行讀取 MIFARE Classic 1K 型非接觸式感應卡的卡片序號的擴充功能。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 理太 MP RFID 讀卡機小幫手 理太 MP RFID 讀卡機小幫手
ID kmgeebophacfpdfemekfeepgiomfonee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E7%90%86%E5%A4%AA-mp-rfid-%E8%AE%80%E5%8D%A1%E6%A9%9F%E5%B0%8F%E5%B9%AB%E6%89%8B/kmgeebophacfpdfemekfeepgiomfonee
คำอธิบาย 在指定的網站上,直接驅動微程式資訊的桌上型讀卡機執行讀卡作業。
ขนาดไฟล์ 45.17 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2022-07-13
วันที่เผยแพร่ 2020-06-01
ผู้พัฒนา 理太科技股份有限公司
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ritai.com.tw/
URL หน้าช่วยเหลือ https://www.ritai.com.tw/onlineservice.html
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "zh_TW",
    "version": "0.0.12",
    "icons": {
        "16": "image\/icon_16.png",
        "19": "image\/icon_19.png",
        "48": "image\/icon_48.png",
        "128": "image\/icon_128.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "image\/icon_128.png",
        "default_popup": "html\/options.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/mortuary.taichung.gov.tw\/*",
                "*:\/\/test.ritai.com.tw\/*",
                "*:\/\/117.56.162.133\/*",
                "*:\/\/117.56.157.98\/*",
                "*:\/\/10.203.0.1\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "nativeMessaging",
        "storage"
    ]
}