Auto Login
'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.
What is Auto Login?
Auto Login is a Chrome extension developed by Gunjan Garge, and its main feature is "'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.".
Extension Screenshots
Download Auto Login Extension CRX File
Download Auto Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | Auto Login |
ID | donfpnephnpcgnkplpbcdmkkljddamfo |
Official URL | https://chromewebstore.google.com/detail/auto-login/donfpnephnpcgnkplpbcdmkkljddamfo |
Description | 'Auto Login' is extension to login automatically by providing element id and values of username, password and login button. |
File Size | 132 KB |
Installation Count | 321 |
Current Version | 1.0.0 |
Last Updated | 2019-12-17 |
Publish Date | 2019-12-16 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Gunjan Garge |
Payment Type | free |
Supported Languages | 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" } |