Auto Login
'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.
Was ist Auto Login?
Auto Login ist eine Chrome-Erweiterung, die von Gunjan Garge entwickelt wurde, und ihr Hauptmerkmal ist "'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.".
Erweiterungsscreenshots
Auto Login-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Login-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
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".
Grundlegende Informationen zur Erweiterung
Name | Auto Login |
ID | donfpnephnpcgnkplpbcdmkkljddamfo |
Offizielle URL | https://chromewebstore.google.com/detail/auto-login/donfpnephnpcgnkplpbcdmkkljddamfo |
Beschreibung | 'Auto Login' is extension to login automatically by providing element id and values of username, password and login button. |
Dateigröße | 132 KB |
Installationsanzahl | 321 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-12-17 |
Veröffentlichungsdatum | 2019-12-16 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Gunjan Garge |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |