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) anirvan.mandal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tadoba Safari Booking Helper (TATR) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |