QGenda Credentialing

QGenda Credentialing autofill extension

QGenda Credentialingคืออะไร?

QGenda Credentialing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev-google-chrome-web-store-group-publisher และคุณลักษณะหลักของมันคือ "QGenda Credentialing autofill extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QGenda Credentialing

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

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

                        This extension allows users of QGenda Credentialing to automatically fill web form data on websites with information stored in the QGenda Credentialing web application.                    

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

ชื่อ QGenda Credentialing QGenda Credentialing
ID npdincmplglnfkiigkealfbillhnejhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd
คำอธิบาย QGenda Credentialing autofill extension
ขนาดไฟล์ 39.27 KB
จำนวนการติดตั้ง 483
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-04-13
วันที่เผยแพร่ 2022-11-04
ผู้พัฒนา dev-google-chrome-web-store-group-publisher
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.qgenda.com/
URL หน้าช่วยเหลือ https://www.qgenda.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.qgenda.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QGenda Credentialing",
    "icons": {
        "128": "128-qgenda-active.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "48-qgenda-disabled.png",
            "24": "48-qgenda-disabled.png",
            "32": "48-qgenda-disabled.png"
        }
    },
    "description": "QGenda Credentialing autofill extension",
    "version": "1.6",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.qgenda.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}