USAVisaSlot
Booking USA visa appointment made easy.
什麼是USAVisaSlot?
USAVisaSlot是由https://www.usavisaslot.com開發的Chrome擴展程式,該擴展的主要功能是“Booking USA visa appointment made easy.”。
擴展截圖
下載USAVisaSlot擴展crx文件
下載USAVisaSlot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Install USAVisaslot extension and hang tight. You will get notified on Discord once the appointment is available.
If you are trying to get a USA visa appointment for a new job joining (H-1 visa), an urgent business trip (B-1 Visa), to meet family and loved ones (H-4 visa), to attend college (F-1 visa), or any other visa and you are out of luck for months due to below reasons
❌. Limited access on CGI portal.
⚠️. Lockout for 72hrs.
🥺. Missing mass visa slots timeline (which generally come once in a month).
🛎️. False alarming from different social media platforms.
💵. Overcharged fees from agents.
😴. Sleepless nights.
then you are in right place. 💁🏽 USAVisaslot is a platform that brings all visa seekers together and notifies each one of them without any human intervention.
Discord Server: https://discord.gg/KUwDazGnmS 擴展基本資訊
| 名稱 | |
| ID | oolnipfgbjafhhoplpmnnmgkeooghpne |
| 官方網址 | https://chromewebstore.google.com/detail/usavisaslot/oolnipfgbjafhhoplpmnnmgkeooghpne |
| 簡介 | Booking USA visa appointment made easy. |
| 檔案大小 | 153 KB |
| 安裝次數 | 3,649 |
| 目前版本 | 0.9 |
| 更新時間 | 2023-04-12 |
| 上架時間 | 2022-02-02 |
| 評分 | 4.48/5 共 48 次評分 |
| 開發者 | https://www.usavisaslot.com |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://www.usavisaslot.com/ |
| 說明頁面URL | https://www.usavisaslot.com/ |
| 隱私政策頁面URL | https://www.usavisaslot.com/terms |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "USAVisaSlot",
"version": "0.9",
"description": "Booking USA visa appointment made easy.",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"action": {
"default_title": "USAVisaSlot \nBooking USA visa appointment made easy."
},
"icons": {
"16": "\/assets\/logo16.png",
"32": "\/assets\/logo32.png",
"128": "\/assets\/logo128.png",
"192": "\/assets\/logo192.png",
"512": "\/assets\/logo512.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/portal.ustraveldocs.com\/*",
"https:\/\/cgifederal.secure.force.com\/applicanthome",
"https:\/\/cgifederal.secure.force.com\/ApplicantHome",
"https:\/\/cgifederal.secure.force.com\/scheduleappointment",
"https:\/\/www.usavisaslot.com\/*",
"https:\/\/atlas.my.salesforce-sites.com\/*"
],
"js": [
"html2canvas.js",
"content_script.js"
]
}
]
} | |