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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Login
ดาวน์โหลดไฟล์ส่วนขยาย Auto Login ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } |