QGenda Credentialing

QGenda Credentialing autofill extension

What is QGenda Credentialing?

QGenda Credentialing is a Chrome extension developed by dev-google-chrome-web-store-group-publisher, and its main feature is "QGenda Credentialing autofill extension".

Extension Screenshots

screenshot

Download QGenda Credentialing Extension CRX File

Download QGenda Credentialing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name QGenda Credentialing QGenda Credentialing
ID npdincmplglnfkiigkealfbillhnejhd
Official URL https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd
Description QGenda Credentialing autofill extension
File Size 39.27 KB
Installation Count 483
Current Version 1.6
Last Updated 2023-04-13
Publish Date 2022-11-04
Developer dev-google-chrome-web-store-group-publisher
Email [email protected]
Payment Type free
Extension Website http://www.qgenda.com/
Help Page URL https://www.qgenda.com/support/
Privacy Policy Page URL https://www.qgenda.com/privacy-policy
Supported Languages 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"
    }
}