QGenda Credentialing
QGenda Credentialing autofill extension
什麼是QGenda Credentialing?
QGenda Credentialing是由dev-google-chrome-web-store-group-publisher開發的Chrome擴展程式,該擴展的主要功能是“QGenda Credentialing autofill extension”。
擴展截圖
下載QGenda Credentialing擴展crx文件
下載QGenda Credentialing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows users of QGenda Credentialing to automatically fill web form data on websites with information stored in the QGenda Credentialing web application.
擴展基本資訊
名稱 | QGenda Credentialing |
ID | npdincmplglnfkiigkealfbillhnejhd |
官方網址 | https://chromewebstore.google.com/detail/qgenda-credentialing/npdincmplglnfkiigkealfbillhnejhd |
簡介 | QGenda Credentialing autofill extension |
檔案大小 | 39.27 KB |
安裝次數 | 483 |
目前版本 | 1.6 |
更新時間 | 2023-04-13 |
上架時間 | 2022-11-04 |
開發者 | dev-google-chrome-web-store-group-publisher |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.qgenda.com/ |
說明頁面URL | https://www.qgenda.com/support/ |
隱私政策頁面URL | https://www.qgenda.com/privacy-policy |
支援的語言 | 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" } } |