Auto Login

Automatically login to your favourite websites without entering credentials , even for Basic Auth Now

Auto Login क्या है?

Auto Login Muthukumaran Navaneethakrishnan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically login to your favourite websites without entering credentials , even for Basic Auth Now"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Login एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        If you are a person, who would like an automated solution to logging into your favourite sites & Basic Auth without popping up, this extension is for you. 

What it does
===============

Allow User to autmatically login to websites, with saved credentials



Features
========
Changed the Algorithm for Capturing to work across multiple sites. 

Automated login to your websites , with saved username /password

Enable /Disable auto login for individual websites.

Autologin Information Protected by password.

Option of having a prompt for password before Automatic Login to sites

About
======

We dont inject any Ads
We dont store any information on server.
The plugin is Open Source  Have a look at https://github.com/muthuishere/autologin


Support
=======
https://www.facebook.com/pages/Auto-Login/433751853437039



Privacy Policy
=============

http://deemwar.com/chrome-extn-privacypolicy.htm

Sponsor Project
===============

Goto Autologin Options => Support                    

एक्सटेंशन की मूल जानकारी

नाम Auto Login Auto Login
ID kjdgohfkopafhjmmlbojhaabfpndllgk
आधिकारिक URL https://chromewebstore.google.com/detail/auto-login/kjdgohfkopafhjmmlbojhaabfpndllgk
विवरण Automatically login to your favourite websites without entering credentials , even for Basic Auth Now
फ़ाइल का आकार 954 KB
स्थापना संख्या 12,508
वर्तमान संस्करण 4.6.0.0
अंतिम अपडेट 2022-10-17
प्रकाशन तिथि 2018-01-11
रेटिंग 3.08/5 कुल 73 रेटिंग्स
डेवलपर Muthukumaran Navaneethakrishnan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.facebook.com/pages/Auto-Login/433751853437039
सहायता पृष्ठ URL https://www.facebook.com/pages/Auto-Login/433751853437039
गोपनीयता नीति पृष्ठ URL http://deemwar.com/chrome-extn-privacypolicy.htm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Muthukumaran Navaneethakrishnan(https:\/\/github.com\/muthuishere)",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": [],
    "content_scripts": [
        {
            "js": [
                "js\/vapi-client.js",
                "js\/utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Automatically login to your favourite websites  without entering credentials , even for Basic Auth Now",
    "homepage_url": "https:\/\/www.facebook.com\/Auto-Login-433751853437039\/",
    "icons": {
        "128": "images\/autologin-128.png",
        "48": "images\/autologin-48.png",
        "64": "images\/autologin-64.png"
    },
    "manifest_version": 2,
    "name": "Auto Login",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Auto Login",
    "version": "4.6.0.0",
    "web_accessible_resources": [
        "manifest.json",
        "images\/*.png",
        "images\/*.jpg",
        "css\/*.css",
        "auth.html",
        "js\/*.js"
    ]
}