Tadoba Safari Booking Helper (TATR)
Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes
O que é Tadoba Safari Booking Helper (TATR)?
Tadoba Safari Booking Helper (TATR) é uma extensão do Chrome desenvolvida por anirvan.mandal, e sua principal característica é "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tadoba Safari Booking Helper (TATR)
Baixe arquivos de extensão Tadoba Safari Booking Helper (TATR) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Tadoba Safari Booking Helper (TATR) |
ID | npeadkfocpkcboddgakmplohiegobkgm |
URL Oficial | https://chromewebstore.google.com/detail/tadoba-safari-booking-hel/npeadkfocpkcboddgakmplohiegobkgm |
Descrição | Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes |
Tamanho do Arquivo | 37.7 MB |
Contagem de Instalações | 57 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-04-30 |
Data de Publicação | 2022-10-16 |
Desenvolvedor | anirvan.mandal |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/anirvanmandal/tadoba-booking |
Idiomas Suportados | 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" } ] } |