Easy Slot Booking - USA (CGI)

Easy Slot booking is a chrome extension helps you to book your USA visa slot by automating the process.

Easy Slot Booking - USA (CGI)คืออะไร?

Easy Slot Booking - USA (CGI) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easyslotbooking.com และคุณลักษณะหลักของมันคือ "Easy Slot booking is a chrome extension helps you to book your USA visa slot by automating the process."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Slot Booking - USA (CGI)

ดาวน์โหลดไฟล์ส่วนขยาย Easy Slot Booking - USA (CGI) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A faster way to get your USA VISA slot.

How-To Guide: https://www.easyslotbooking.com/how-to-use-usa

WARNING: Using this extension for monetary gains is neither encouraged nor permitted. People misusing this extension will be solely liable for legal consequences. Using the extension, you agree to the terms and conditions listed here: https://www.easyslotbooking.com/tnc.

Request: If you find this extension helpful, please consider volunteering to help at least two other people who are in urgent need of getting a slot and do not have the technical know-how or means (access to mobile devices, laptops, or stable internet connection) to get a place.

Use this extension to look for and book slots on CGI federal.

Steps:
1. Install the extension
2. Go to https://cgifederal.secure.force.com/applicanthome/  or https://www.usvisascheduling.com/ and log in with captcha
3. you can start from the login page, or else on the dashboard, click on Start to move to the search page
4. This extension will automate the booking process. You can do it on the options page if you need some cities except for booking.

That's it!

You get all the controls on how frequently you want to run and for what criteria - use it wisely!

If the bot is stuck or behaves unexpectedly, refresh the page or restart the BOT.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Slot Booking - USA (CGI) Easy Slot Booking - USA (CGI)
ID lccafidkhajnmlgkoikahahlbkhomggo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-slot-booking-usa-cgi/lccafidkhajnmlgkoikahahlbkhomggo
คำอธิบาย Easy Slot booking is a chrome extension helps you to book your USA visa slot by automating the process.
ขนาดไฟล์ 248 KB
จำนวนการติดตั้ง 4,095
เวอร์ชันปัจจุบัน 4.0.6
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2021-06-08
คะแนน 4.65/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา https://easyslotbooking.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.easyslotbooking.com/
URL หน้าช่วยเหลือ https://easyslotbooking.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.easyslotbooking.com/privacypolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Slot Booking - USA (CGI)",
    "short_name": "ESB-USA-CGI",
    "description": "Easy Slot booking is a chrome extension helps you to book your USA visa slot by automating the process.",
    "version": "4.0.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/easyslotbooking.com\/",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Book the slot\u2026",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "64": "icon-64.png",
            "128": "icon-128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.secure.force.com\/*",
                "*:\/\/*.my.salesforce-sites.com\/*",
                "*:\/\/portal.ustraveldocs.com\/*",
                "*:\/\/*.usvisascheduling.com\/*",
                "*:\/\/*.b2clogin.com\/*",
                "*:\/\/*.atlasauth.b2clogin.com\/*"
            ],
            "js": [
                "reportContentScript.js",
                "reportContentScriptV2.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.easyslotbooking.com\/*"
            ],
            "js": [
                "getToken.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.easyslotbooking.com\/*",
        "*:\/\/*.usvisascheduling.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "background"
    ]
}