Auto Login

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

ما هو Auto Login؟

Auto Login هو إضافة Chrome تم تطويرها بواسطة Gunjan Garge، والميزة الرئيسية لها هي "'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto Login

قم بتنزيل ملفات الامتداد Auto Login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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".                    

معلومات أساسية عن التمديد

الاسم Auto Login Auto Login
ID donfpnephnpcgnkplpbcdmkkljddamfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-login/donfpnephnpcgnkplpbcdmkkljddamfo
الوصف 'Auto Login' is extension to login automatically by providing element id and values of username, password and login button.
حجم الملف 132 KB
عدد التثبيتات 321
النسخة الحالية 1.0.0
آخر تحديث 2019-12-17
تاريخ النشر 2019-12-16
تقييم 1.00/5 مجموع تقييمات 1
المطور Gunjan Garge
نوع الدفع free
اللغات المدعومة 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"
}