Automatic Visa appointment Scheduler
Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
Vad är Automatic Visa appointment Scheduler?
Automatic Visa appointment Scheduler är en Chrome-tillägg utvecklad av development, och dess huvudfunktion är "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker".
Tilläggsskärmbilder
Ladda ner Automatic Visa appointment Scheduler-förlängningens CRX-fil
Ladda ner Automatic Visa appointment Scheduler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Automatic Visa appointment Scheduler |
ID | gfbeadfocefodihjffachcmcodegbbjp |
Officiell webbadress | https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp |
Beskrivning | Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker |
Filstorlek | 169 KB |
Antal Installationer | 105 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2023-02-21 |
Publiceringsdatum | 2022-11-25 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | development |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |