QGenda Credentialing
QGenda Credentialing autofill extension
Co to jest QGenda Credentialing?
QGenda Credentialing to rozszerzenie Chrome opracowane przez dev-google-chrome-web-store-group-publisher, a jego główną funkcją jest „QGenda Credentialing autofill extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QGenda Credentialing
Pobierz pliki rozszerzeń QGenda Credentialing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows users of QGenda Credentialing to automatically fill web form data on websites with information stored in the QGenda Credentialing web application.
Podstawowe informacje o rozszerzeniu
Nazwa | QGenda Credentialing |
ID | npdincmplglnfkiigkealfbillhnejhd |
Oficjalny URL | https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd |
Opis | QGenda Credentialing autofill extension |
Rozmiar pliku | 39.27 KB |
Liczba instalacji | 483 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2023-04-13 |
Data Publikacji | 2022-11-04 |
Deweloper | dev-google-chrome-web-store-group-publisher |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.qgenda.com/ |
Adres URL Strony Pomocy | https://www.qgenda.com/support/ |
Adres URL Strony Polityki Prywatności | https://www.qgenda.com/privacy-policy |
Obsługiwane Języki | 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" } } |