USAVisaSlot
Booking USA visa appointment made easy.
USAVisaSlot란 무엇입니까?
USAVisaSlot은(는) https://www.usavisaslot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Booking USA visa appointment made easy."입니다.
확장 프로그램 스크린샷
USAVisaSlot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | USAVisaSlot |
ID | oolnipfgbjafhhoplpmnnmgkeooghpne |
공식 URL | 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" ] } ] } |