Tadoba Safari Booking Helper (TATR)

Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes

Apa itu Tadoba Safari Booking Helper (TATR)?

Tadoba Safari Booking Helper (TATR) adalah ekstensi Chrome yang dikembangkan oleh anirvan.mandal, dan fitur utamanya adalah "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tadoba Safari Booking Helper (TATR)

Unduh file ekstensi Tadoba Safari Booking Helper (TATR) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tadoba Safari Booking Helper (TATR) Tadoba Safari Booking Helper (TATR)
ID npeadkfocpkcboddgakmplohiegobkgm
URL Resmi https://chromewebstore.google.com/detail/tadoba-safari-booking-hel/npeadkfocpkcboddgakmplohiegobkgm
Deskripsi Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes
Ukuran File 37.7 MB
Jumlah Instalasi 57
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-04-30
Tanggal Publikasi 2022-10-16
Pengembang anirvan.mandal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/anirvanmandal/tadoba-booking
Bahasa yang Didukung 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"
        }
    ]
}