QGenda Credentialing

QGenda Credentialing autofill extension

什么是QGenda Credentialing?

QGenda Credentialing是由dev-google-chrome-web-store-group-publisher开发的Chrome扩展程序,该扩展的主要功能是“QGenda Credentialing autofill extension”。

扩展截图

screenshot

下载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 QGenda Credentialing
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
电子邮箱 [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"
    }
}