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) là gì?

Tadoba Safari Booking Helper (TATR) là một tiện ích mở rộng Chrome được phát triển bởi anirvan.mandal, và tính năng chính của nó là "Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tadoba Safari Booking Helper (TATR)

Tải xuống các tệp mở rộng Tadoba Safari Booking Helper (TATR) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tadoba Safari Booking Helper (TATR) Tadoba Safari Booking Helper (TATR)
ID npeadkfocpkcboddgakmplohiegobkgm
URL Chính Thức https://chromewebstore.google.com/detail/tadoba-safari-booking-hel/npeadkfocpkcboddgakmplohiegobkgm
Mô tả Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes
Kích Thước Tệp 37.7 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-04-30
Ngày Phát Hành 2022-10-16
Nhà Phát Triển anirvan.mandal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/anirvanmandal/tadoba-booking
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}