Auto Login

'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.

Wat is Auto Login?

Auto Login is een Chrome-extensie ontwikkeld door Gunjan Garge, en de belangrijkste functie is "'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Login

Download Auto Login-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

                        Automatically login to website by providing element id and values of username, password and login button.

Steps:
1. Provide element id of username field
2. Provide username
3. Provide element id of password field
4. Provide password
5. Provide element id of login button
6. Provide interval in minutes.
7. Click on "START"

Chrome extension will login to website using provided details at given interval.

To stop, click on "STOP".                    

Basisinformatie over de Extensie

Naam Auto Login Auto Login
ID donfpnephnpcgnkplpbcdmkkljddamfo
Officiële URL https://chromewebstore.google.com/detail/auto-login/donfpnephnpcgnkplpbcdmkkljddamfo
Beschrijving 'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.
Bestandsgrootte 132 KB
Aantal Installaties 321
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-12-17
Publicatiedatum 2019-12-16
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Gunjan Garge
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Auto Login"
    },
    "permissions": [
        "activeTab"
    ],
    "description": "'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Auto Login",
    "version": "1.0.0"
}