Slotbot.in

Share Visa Slots availability

Wat is Slotbot.in?

Slotbot.in is een Chrome-extensie ontwikkeld door krishna.somisetty, en de belangrijkste functie is "Share Visa Slots availability".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slotbot.in

Download Slotbot.in-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Slotbot.in Slotbot.in
ID nljjpanallmfeamladfpamfnajdjbbhb
Officiële URL https://chromewebstore.google.com/detail/slotbotin/nljjpanallmfeamladfpamfnajdjbbhb
Beschrijving Share Visa Slots availability
Bestandsgrootte 55.11 KB
Aantal Installaties 49
Huidige Versie 1.0
Laatst Bijgewerkt 2022-08-01
Publicatiedatum 2022-07-31
Ontwikkelaar krishna.somisetty
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://slotbot.in
URL van de Privacybeleid Pagina https://slotbot.in/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}