QGenda Credentialing

QGenda Credentialing autofill extension

Wat is QGenda Credentialing?

QGenda Credentialing is een Chrome-extensie ontwikkeld door dev-google-chrome-web-store-group-publisher, en de belangrijkste functie is "QGenda Credentialing autofill extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QGenda Credentialing

Download QGenda Credentialing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam QGenda Credentialing QGenda Credentialing
ID npdincmplglnfkiigkealfbillhnejhd
Officiële URL https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd
Beschrijving QGenda Credentialing autofill extension
Bestandsgrootte 39.27 KB
Aantal Installaties 483
Huidige Versie 1.6
Laatst Bijgewerkt 2023-04-13
Publicatiedatum 2022-11-04
Ontwikkelaar dev-google-chrome-web-store-group-publisher
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.qgenda.com/
Help Pagina-URL https://www.qgenda.com/support/
URL van de Privacybeleid Pagina https://www.qgenda.com/privacy-policy
Ondersteunde Talen 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"
    }
}