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文件

下載IND Appointment Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}