QGenda Credentialing
QGenda Credentialing autofill extension
O que é QGenda Credentialing?
QGenda Credentialing é uma extensão do Chrome desenvolvida por dev-google-chrome-web-store-group-publisher, e sua principal característica é "QGenda Credentialing autofill extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QGenda Credentialing
Baixe arquivos de extensão QGenda Credentialing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension allows users of QGenda Credentialing to automatically fill web form data on websites with information stored in the QGenda Credentialing web application.
Informações Básicas da Extensão
Nome | QGenda Credentialing |
ID | npdincmplglnfkiigkealfbillhnejhd |
URL Oficial | https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd |
Descrição | QGenda Credentialing autofill extension |
Tamanho do Arquivo | 39.27 KB |
Contagem de Instalações | 483 |
Versão Atual | 1.6 |
Última Atualização | 2023-04-13 |
Data de Publicação | 2022-11-04 |
Desenvolvedor | dev-google-chrome-web-store-group-publisher |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.qgenda.com/ |
URL da Página de Ajuda | https://www.qgenda.com/support/ |
URL da Página de Política de Privacidade | https://www.qgenda.com/privacy-policy |
Idiomas Suportados | 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" } } |