Hanbiro Groupware Extension

Provides functionalities to get MAC address and information from USB devices

Hanbiro Groupware Extensionคืออะไร?

Hanbiro Groupware Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tskwon และคุณลักษณะหลักของมันคือ "Provides functionalities to get MAC address and information from USB devices"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hanbiro Groupware Extension

ดาวน์โหลดไฟล์ส่วนขยาย Hanbiro Groupware Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Provides functionalities to get MAC address and information from USB devices
It utilities for groupware system                    

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

ชื่อ Hanbiro Groupware Extension Hanbiro Groupware Extension
ID cdpapgjhgkimamfcpkflabahneakellp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hanbiro-groupware-extensi/cdpapgjhgkimamfcpkflabahneakellp
คำอธิบาย Provides functionalities to get MAC address and information from USB devices
ขนาดไฟล์ 16.55 KB
จำนวนการติดตั้ง 915
เวอร์ชันปัจจุบัน 2.0.0.6
อัปเดตครั้งล่าสุด 2022-09-30
วันที่เผยแพร่ 2015-06-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tskwon
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlu+UMX6Ewj\/zgi7mQujAcM0ZtIdNJnHtCWxeGe\/ZDXIpB0ZJV0oqPybI8co7TdAPMIlktXyWIh+aNu29ndac\/QAsPYm3fDy1eAwHLfUQOehzihzlKk+vgDZTg1iyzArPEwi+sgWnKiN3t77Gubx8kgD5LEwB\/Ds0KcyKICCksqBUv3bu0jozI\/BMHjXDXxh7MXkme4lx\/EHcKK0hG6bz4uSehrQ1lF94d9PlEaHTneNpsg6ECkLPIpU7DlH1ddnc4xgtGdsd89pU8mLvplwLjD37BiYuRWNh\/TUNzJvZjUAcyqjXohDVT866QvS4A8tYBaaeze\/ymJZrznJ2p0C9AwIDAQAB",
    "manifest_version": 3,
    "name": "Hanbiro Groupware Extension",
    "version": "2.0.0.6",
    "description": "Provides functionalities to get MAC address and information from USB devices",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "detect.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}