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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |