Truww - COWIN INSTANT ALERT
Run this extension on the COWIN search page to get instant alerts!
Truww - COWIN INSTANT ALERTคืออะไร?
Truww - COWIN INSTANT ALERT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://truww.com และคุณลักษณะหลักของมันคือ "Run this extension on the COWIN search page to get instant alerts!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Truww - COWIN INSTANT ALERT
ดาวน์โหลดไฟล์ส่วนขยาย Truww - COWIN INSTANT ALERT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Truww COWIN alerts you on slot availability directly on the COWIN website. It checks for slot availability every 60 seconds (configurable) and alerts on slot availability playing a voice note so you can immediately book your slot. Instead of depending on the API this extension directly checks through the website with a logged in user session and hence it can check for slots realtime. Note: This plugin does not book the slot for you and it has to be done by you only. Also note that your login session may expire every few minutes. We strongly recommend you try this plugin only on specific hours of the day when new slots are expected.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Truww - COWIN INSTANT ALERT |
ID | fiaegdbangahpengjacdmpcggbnhbcaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/truww-cowin-instant-alert/fiaegdbangahpengjacdmpcggbnhbcaa |
คำอธิบาย | Run this extension on the COWIN search page to get instant alerts! |
ขนาดไฟล์ | 33.78 KB |
จำนวนการติดตั้ง | 360 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-05-16 |
วันที่เผยแพร่ | 2021-05-08 |
คะแนน | 3.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://truww.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Truww - COWIN INSTANT ALERT", "description": "Run this extension on the COWIN search page to get instant alerts!", "version": "1.5", "manifest_version": 2, "incognito": "spanning", "content_scripts": [ { "matches": [ "https:\/\/*.cowin.gov.in\/*", "https:\/\/selfregistration.cowin.gov.in\/appointment" ], "js": [ "jquery-2.2.4.min.js", "background.js" ] } ] } |