QGenda Credentialing

QGenda Credentialing autofill extension

Vad är QGenda Credentialing?

QGenda Credentialing är en Chrome-tillägg utvecklad av dev-google-chrome-web-store-group-publisher, och dess huvudfunktion är "QGenda Credentialing autofill extension".

Tilläggsskärmbilder

screenshot

Ladda ner QGenda Credentialing-förlängningens CRX-fil

Ladda ner QGenda Credentialing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn QGenda Credentialing QGenda Credentialing
ID npdincmplglnfkiigkealfbillhnejhd
Officiell webbadress https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd
Beskrivning QGenda Credentialing autofill extension
Filstorlek 39.27 KB
Antal Installationer 483
Aktuell Version 1.6
Senast Uppdaterad 2023-04-13
Publiceringsdatum 2022-11-04
Utvecklare dev-google-chrome-web-store-group-publisher
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.qgenda.com/
Hjälpsida URL https://www.qgenda.com/support/
URL till Sekretesspolicy Sidan https://www.qgenda.com/privacy-policy
Stödda Språk 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"
    }
}