Truww - COWIN INSTANT ALERT

Run this extension on the COWIN search page to get instant alerts!

Qu'est-ce que Truww - COWIN INSTANT ALERT ?

Truww - COWIN INSTANT ALERT est une extension Chrome développée par https://truww.com, et sa fonction principale est "Run this extension on the COWIN search page to get instant alerts!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Truww - COWIN INSTANT ALERT

Téléchargez les fichiers d'extension Truww - COWIN INSTANT ALERT 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

                        Truww COWIN alerts you on slot availability directly on the COWIN website. It checks for slot availability every 60 seconds (configurable) and alerts on slot availability playing a voice note so you can immediately book your slot. Instead of depending on the API this extension directly checks through the website with a logged in user session and hence it can check for slots realtime.

Note: This plugin does not book the slot for you and it has to be done by you only. Also note that your login session may expire every few minutes. We strongly recommend you try this plugin only on specific hours of the day when new slots are expected.                    

Informations de Base sur l'Extension

Nom Truww - COWIN INSTANT ALERT Truww - COWIN INSTANT ALERT
ID fiaegdbangahpengjacdmpcggbnhbcaa
URL Officiel https://chromewebstore.google.com/detail/truww-cowin-instant-alert/fiaegdbangahpengjacdmpcggbnhbcaa
Description Run this extension on the COWIN search page to get instant alerts!
Taille du Fichier 33.78 KB
Nombre d'Installations 360
Version Actuelle 1.5
Dernière Mise à Jour 2021-05-16
Date de Publication 2021-05-08
Évaluation 3.71/5 Total 7 Évaluations
Développeur https://truww.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truww - COWIN INSTANT ALERT",
    "description": "Run this extension on the COWIN search page to get instant alerts!",
    "version": "1.5",
    "manifest_version": 2,
    "incognito": "spanning",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cowin.gov.in\/*",
                "https:\/\/selfregistration.cowin.gov.in\/appointment"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "background.js"
            ]
        }
    ]
}