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. 拡張機能の基本情報
| 名前 | |
| ID | npdincmplglnfkiigkealfbillhnejhd |
| 公式URL | 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 |
| Eメール | [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"
}
} | |