Automatic Visa appointment Scheduler
Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
Qu'est-ce que Automatic Visa appointment Scheduler ?
Automatic Visa appointment Scheduler est une extension Chrome développée par development, et sa fonction principale est "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Automatic Visa appointment Scheduler
Téléchargez les fichiers d'extension Automatic Visa appointment Scheduler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Automatic Visa appointment Scheduler |
ID | gfbeadfocefodihjffachcmcodegbbjp |
URL Officiel | https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp |
Description | Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker |
Taille du Fichier | 169 KB |
Nombre d'Installations | 105 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-02-21 |
Date de Publication | 2022-11-25 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | development |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |