Slotbot.in

Share Visa Slots availability

Cos'è Slotbot.in?

Slotbot.in è un'estensione di Chrome sviluppata da krishna.somisetty, e la sua funzione principale è "Share Visa Slots availability".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Slotbot.in

Scarica i file di estensione Slotbot.in in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Slotbot.in Slotbot.in
ID nljjpanallmfeamladfpamfnajdjbbhb
URL Ufficiale https://chromewebstore.google.com/detail/slotbotin/nljjpanallmfeamladfpamfnajdjbbhb
Descrizione Share Visa Slots availability
Dimensione del File 55.11 KB
Conteggio Installazioni 49
Versione Corrente 1.0
Ultimo Aggiornamento 2022-08-01
Data di Pubblicazione 2022-07-31
Sviluppatore krishna.somisetty
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://slotbot.in
URL della Pagina della Politica sulla Privacy https://slotbot.in/privacy
Lingue Supportate 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"
            ]
        }
    ]
}