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"입니다.
확장 프로그램 스크린샷
Tadoba Safari Booking Helper (TATR) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } ] } |