Slotbot.in

Share Visa Slots availability

Was ist Slotbot.in?

Slotbot.in ist eine Chrome-Erweiterung, die von krishna.somisetty entwickelt wurde, und ihr Hauptmerkmal ist "Share Visa Slots availability".

Erweiterungsscreenshots

screenshot

Slotbot.in-Erweiterungs-CRX-Datei herunterladen

Laden Sie Slotbot.in-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Slotbot.in Slotbot.in
ID nljjpanallmfeamladfpamfnajdjbbhb
Offizielle URL https://chromewebstore.google.com/detail/slotbotin/nljjpanallmfeamladfpamfnajdjbbhb
Beschreibung Share Visa Slots availability
Dateigröße 55.11 KB
Installationsanzahl 49
Aktuelle Version 1.0
Letztes Update 2022-08-01
Veröffentlichungsdatum 2022-07-31
Entwickler krishna.somisetty
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://slotbot.in
URL der Datenschutzrichtlinien-Seite https://slotbot.in/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}