Tadoba Safari Booking Helper (TATR)
Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes
Tadoba Safari Booking Helper (TATR)คืออะไร?
Tadoba Safari Booking Helper (TATR) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anirvan.mandal และคุณลักษณะหลักของมันคือ "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tadoba Safari Booking Helper (TATR)
ดาวน์โหลดไฟล์ส่วนขยาย Tadoba Safari Booking Helper (TATR) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Making a Safari booking for Tadoba Andhari can be frustrating. There are limited seats that are made available every morning for the Tatkal Booking. I made this extension to pre-fill all the information in the extension settings. The extension then will auto-fill all the fields and check all the check-boxes to streamline the entire process and successfully book the ticket.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tadoba Safari Booking Helper (TATR) |
ID | npeadkfocpkcboddgakmplohiegobkgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tadoba-safari-booking-hel/npeadkfocpkcboddgakmplohiegobkgm |
คำอธิบาย | Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes |
ขนาดไฟล์ | 37.7 MB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2023-04-30 |
วันที่เผยแพร่ | 2022-10-16 |
ผู้พัฒนา | anirvan.mandal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/anirvanmandal/tadoba-booking |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tadoba Safari Booking Helper (TATR)", "description": "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "\/app\/assets\/images\/logo_16.png", "32": "\/app\/assets\/images\/logo_32.png", "48": "\/app\/assets\/images\/logo_48.png", "128": "\/app\/assets\/images\/logo_128.png" }, "action": { "default_popup": "\/app\/views\/popup.html", "default_icon": { "16": "\/app\/assets\/images\/logo_16.png", "32": "\/app\/assets\/images\/logo_32.png" }, "default_title": "TATR Tatkal availability" }, "options_page": "\/app\/views\/options.html", "background": { "service_worker": "\/app\/service-worker.min.js" }, "permissions": [ "storage", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/booking.mytadoba.org\/*" ], "css": [], "js": [ "\/app\/content-script.min.js" ], "run_at": "document_idle" } ] } |