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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}