Cowin Booking
Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
ما هو Cowin Booking؟
Cowin Booking هو إضافة Chrome تم تطويرها بواسطة muthali ganesh، والميزة الرئيسية لها هي "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cowin Booking
قم بتنزيل ملفات الامتداد Cowin Booking بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically books cowin vaccination appointment quickly and automatically
معلومات أساسية عن التمديد
الاسم | Cowin Booking |
ID | hpkpbfeihkdokkifjnfomcpjldjfpmig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig |
الوصف | Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha |
حجم الملف | 100 KB |
عدد التثبيتات | 25,128 |
النسخة الحالية | 4.1.2 |
آخر تحديث | 2021-06-08 |
تاريخ النشر | 2021-06-03 |
تقييم | 4.45/5 مجموع تقييمات 53 |
المطور | muthali ganesh |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.aozata.com |
عنوان صفحة المساعدة | https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/ |
عنوان صفحة سياسة الخصوصية | https://aozata.com/aozata-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cowin Booking", "description": "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha", "version": "4.1.2", "content_scripts": [ { "matches": [ "https:\/\/selfregistration.cowin.gov.in\/*" ], "js": [ "jquery.min.js", "bootstrap.min.js", "model.js", "form.js", "contentScript.js", "captcha-dispatch-event.js", "shortcut.js", "sessionexp.js" ], "css": [ "bootstrap.min.css", "custom.css" ] } ], "icons": { "128": "icon.png" } } |