Azentio Twain Control 1.0.2

Sends native messages to Azentio Twain Control for Chrome.

Azentio Twain Control 1.0.2คืออะไร?

Azentio Twain Control 1.0.2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Azentio และคุณลักษณะหลักของมันคือ "Sends native messages to Azentio Twain Control for Chrome."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Azentio Twain Control 1.0.2

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

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

                        Process and scan documents, of TWAIN compatible scanner devices, and send the data as Base64 string to the provided URL. It can scan documents and images as single page or from feeder.                    

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

ชื่อ Azentio Twain Control 1.0.2 Azentio Twain Control 1.0.2
ID pkhcpmkiodmbcododdelihfadklehpem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem
คำอธิบาย Sends native messages to Azentio Twain Control for Chrome.
ขนาดไฟล์ 14.48 KB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-06-14
วันที่เผยแพร่ 2019-09-19
ผู้พัฒนา Azentio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.azentio.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azentio Twain Control 1.0.2",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Sends native messages to Azentio Twain Control for Chrome.",
    "background": {
        "page": "window.html"
    },
    "icons": {
        "32": "azentio_small.ico",
        "128": "azentio_large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}