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開發的Chrome擴展程式,該擴展的主要功能是“Automates the Safari Booking process by prefilling stored information from the options & approving all the check boxes”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Tadoba Safari Booking Helper (TATR)擴展crx文件

下載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) Tadoba Safari Booking Helper (TATR)
ID npeadkfocpkcboddgakmplohiegobkgm
官方網址 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"
        }
    ]
}