QGenda Credentialing
QGenda Credentialing autofill extension
QGenda Credentialing क्या है?
QGenda Credentialing dev-google-chrome-web-store-group-publisher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QGenda Credentialing autofill extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QGenda Credentialing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |