VisaJar - View US Visa Slots at US Consulates
View available US Visa Slots in India from community & contribute to help one another.
什么是VisaJar - View US Visa Slots at US Consulates?
VisaJar - View US Visa Slots at US Consulates是由VisaJar.com开发的Chrome扩展程序,该扩展的主要功能是“View available US Visa Slots in India from community & contribute to help one another.”。
扩展截图
下载VisaJar - View US Visa Slots at US Consulates扩展crx文件
下载VisaJar - View US Visa Slots at US Consulates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The VisaJar.com extension helps you view the latest US Visa Appointments availability by the US Consulate/ Embassy across India, share it with the community. Finding a US Visa appointment in India can be very hard due to the sheer volume of applicants and limited capacity at US Consulates since the pandemic. Some common issues with visa slots checking is limits placed by the USVisaScheduling.com or CGI Federal portal like locking of user account for 72 hours, if you check more than few times in a day. Our goal with the extension is to help users be able to view the US visa appointments availability more than few times a day and login when slots are available to book an appointment. Visajar.com a community driven platform that helps real applicants get slots availability without locking them out of the USVisaScheduling.com or CGI Federal portal.
扩展基本信息
名称 | VisaJar - View US Visa Slots at US Consulates |
ID | jncoddpongbmicpdjccbcgnldjeokika |
官方URL | https://chromewebstore.google.com/detail/visajar-view-us-visa-slot/jncoddpongbmicpdjccbcgnldjeokika |
简介 | View available US Visa Slots in India from community & contribute to help one another. |
文件大小 | 165 KB |
安装次数 | 764 |
当前版本 | 2.0.1 |
更新时间 | 2023-10-10 |
上架时间 | 2023-02-12 |
评分 | 5.00/5 共1次评分 |
开发者 | VisaJar.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://visajar.com |
帮助页面URL | https://visajar.com/contact |
隐私政策页面URL | https://visajar.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VisaJar - View US Visa Slots at US Consulates", "version": "2.0.1", "manifest_version": 3, "description": "View available US Visa Slots in India from community & contribute to help one another.", "icons": { "16": "img\/VisaJarLogo.png", "32": "img\/VisaJarLogo.png", "48": "img\/VisaJarLogo.png", "128": "img\/VisaJarLogo.png" }, "action": { "default_title": "US Visa Slots at India Consulates", "default_popup": "index.html", "default_icon": { "16": "img\/VisaJarLogo.png", "24": "img\/VisaJarLogo.png", "32": "img\/VisaJarLogo.png" } }, "author": "[email protected]", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/portal.ustraveldocs.com\/scheduleappointment", "https:\/\/portal.ustraveldocs.com\/*pplicant*ome", "https:\/\/portal.ustraveldocs.com\/*\/scheduleappointment", "https:\/\/portal.ustraveldocs.com\/*\/*pplicant*ome", "https:\/\/*.usvisascheduling.com\/en-US\/*" ], "js": [ "js\/html2canvas.js", "js\/content.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/portal.ustraveldocs.com\/", "https:\/\/portal.ustraveldocs.com\/?country=*" ], "js": [ "js\/oldPortal.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/atlasauth.b2clogin.com\/*\/oauth*\/*" ], "js": [ "js\/newPortal.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "permissions": [ "storage", "activeTab", "scripting" ], "web_accessible_resources": [ { "matches": [ " |