Slotbot.in

Share Visa Slots availability

Qu'est-ce que Slotbot.in ?

Slotbot.in est une extension Chrome développée par krishna.somisetty, et sa fonction principale est "Share Visa Slots availability".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Slotbot.in

Téléchargez les fichiers d'extension Slotbot.in 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

                        slotbot.in extension allows you to crowdsource us visa slot status and relay them to slotbot.in                    

Informations de Base sur l'Extension

Nom Slotbot.in Slotbot.in
ID nljjpanallmfeamladfpamfnajdjbbhb
URL Officiel https://chromewebstore.google.com/detail/slotbotin/nljjpanallmfeamladfpamfnajdjbbhb
Description Share Visa Slots availability
Taille du Fichier 55.11 KB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2022-08-01
Date de Publication 2022-07-31
Développeur krishna.somisetty
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://slotbot.in
URL de la Page de Politique de Confidentialité https://slotbot.in/privacy
Langues Prises en Charge en
manifest.json
{
    "action": {
        "default_icon": {
            "32": "img\/32.png"
        }
    },
    "background": {
        "service_worker": "js\/sworker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/cgifederal.secure.force.com\/scheduleappointment",
                "https:\/\/cgifederal.secure.force.com\/*pplicant*ome"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content2.js"
            ],
            "matches": [
                "https:\/\/cgifederal.secure.force.com\/"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Share Visa Slots availability",
    "externally_connectable": {
        "matches": [
            "https:\/\/127.0.0.1\/*",
            "https:\/\/slotbot.in\/*"
        ]
    },
    "homepage_url": "https:\/\/slotbot.in\/",
    "icons": {
        "128": "img\/128.png",
        "24": "img\/24.png",
        "256": "img\/256.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "manifest_version": 3,
    "name": "Slotbot.in",
    "options_page": "popup.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.html"
            ]
        }
    ]
}