QGenda Credentialing

QGenda Credentialing autofill extension

QGenda Credentialing là gì?

QGenda Credentialing là một tiện ích mở rộng Chrome được phát triển bởi dev-google-chrome-web-store-group-publisher, và tính năng chính của nó là "QGenda Credentialing autofill extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng QGenda Credentialing

Tải xuống các tệp mở rộng QGenda Credentialing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QGenda Credentialing QGenda Credentialing
ID npdincmplglnfkiigkealfbillhnejhd
URL Chính Thức https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd
Mô tả QGenda Credentialing autofill extension
Kích Thước Tệp 39.27 KB
Số Lần Cài Đặt 483
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-04-13
Ngày Phát Hành 2022-11-04
Nhà Phát Triển dev-google-chrome-web-store-group-publisher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.qgenda.com/
URL Trang Trợ Giúp https://www.qgenda.com/support/
URL Trang Chính Sách Bảo Mật https://www.qgenda.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}