IND Appointment Helper

This extension helps to make an appointment at IND.

IND Appointment Helper란 무엇입니까?

IND Appointment Helper은(는) heavychou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps to make an appointment at IND."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IND Appointment Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension is aimed to help the people who are in urgent need of making an appointment at IND but cannot find an available slot. It constantly check the IND online appointment planner and automatically make the appointment if it found an available slot. 

To use the extension, you need to:
  - Select the purpose. 
  - Select the IND desk.
  - Set the expect date and time range of the appointment, only the slot inside the range will be booked.
  - Fill in the personal information (you can make the appointment for up to 6 people together).

Then click the "Start" button, it will open a new tab of IND online appointment planner with a status popup shows the running state of the extension. You can then leave the extension running, it will constantly check the status of the available slot, once it found an available slot inside the expect date and time range, it will book the slot automatically and the extension will stop, you should received the email from IND later.

If there is no available slot found after one day, the extension will stop, you can set expected the date/time to a wider range and try again.

The extension will not collect any information from the user, but it is always a good idea to delete the user information by click the "Clear User Info" button if you successfully made an appointment or you decided not the use the extension.

If you have any problems when using the extension, please contact the author.

WARNING:  Using this extension for monetary purpose is neither encouraged nor permitted. People misusing this extension will be solely liable for legal consequences.                    

확장 프로그램 기본 정보

이름 IND Appointment Helper IND Appointment Helper
ID dbnmbphfoihbbchppnjmfpkgkpignmim
공식 URL https://chromewebstore.google.com/detail/ind-appointment-helper/dbnmbphfoihbbchppnjmfpkgkpignmim
설명 This extension helps to make an appointment at IND.
파일 크기 126 KB
설치 횟수 495
현재 버전 2.8.2
최근 업데이트 2023-03-10
출시 날짜 2022-09-02
평점 5.00/5 총 8 개의 평점
개발자 heavychou
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacy-policy-ind-reservation
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IND Appointment Helper",
    "version": "2.8.2",
    "description": "This extension helps to make an appointment at IND.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "button-PayPal-donate.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/oap.ind.nl\/oap\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery-ui.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}