Automatic Visa appointment Scheduler
Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
什么是Automatic Visa appointment Scheduler?
Automatic Visa appointment Scheduler是由development开发的Chrome扩展程序,该扩展的主要功能是“Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker”。
扩展截图
下载Automatic Visa appointment Scheduler扩展crx文件
下载Automatic Visa appointment Scheduler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatic Visa appointment Scheduler will help you to fetch the better dates for your appointment and schedule the earliest date on behalf of you as soon as it will find an available slot & make your visa and appointment process easy and quicker.
扩展基本信息
名称 | Automatic Visa appointment Scheduler |
ID | gfbeadfocefodihjffachcmcodegbbjp |
官方URL | https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp |
简介 | Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker |
文件大小 | 169 KB |
安装次数 | 105 |
当前版本 | 0.0.3 |
更新时间 | 2023-02-21 |
上架时间 | 2022-11-25 |
评分 | 1.00/5 共1次评分 |
开发者 | development |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automatic Visa appointment Scheduler", "manifest_version": 3, "version": "0.0.3", "description": "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ "https:\/\/ais.usvisa-info.com\/*" ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "scripts\/jquery-3.6.1.min.js", "scripts\/jquery-ui.min.js", "scripts\/content.js" ], "matches": [ "https:\/\/ais.usvisa-info.com\/", "https:\/\/ais.usvisa-info.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "scripts\/script.js" ], "matches": [ "https:\/\/ais.usvisa-info.com\/*" ] } ] } |