BeanLogin
BeanLogin plugin
BeanLoginคืออะไร?
BeanLogin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BeanLogin และคุณลักษณะหลักของมันคือ "BeanLogin plugin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BeanLogin
ดาวน์โหลดไฟล์ส่วนขยาย BeanLogin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BeanLogin is the application that makes your life easier!! Tired of the dreaded “Forgot Password”? Tired of storing 10+ variations of usernames and passwords in your brain (and forgetting them!!!)? So is everyone else! Today, the average person has 25 or more online accounts with associated usernames and passwords to remember, which most are keeping in an unsecure place. That’s where BeanLogin comes into play. BeanLogin’s chrome extension provides a seamless browsing experience to its users by automatically logging them into their favorite websites. The solution is pre-integrated with popular business as well as personal applications like Office 365, Google Apps, GoTo Meeting, Facebook, Twitter, LinkedIn, Instagram and many more. As you login to your favorite website, BeanLogin saves your credentials to a secure vault that only you can access. The chrome extension then lets you login automatically to your saved accounts, seamlessly across all your devices. For more information on BeanLogin, visit our website at https://www.beanlogin.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BeanLogin |
ID | efajnkcfjjkcodbhkhaigkffdleomnag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/beanlogin/efajnkcfjjkcodbhkhaigkffdleomnag |
คำอธิบาย | BeanLogin plugin |
ขนาดไฟล์ | 510 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 4.3 |
อัปเดตครั้งล่าสุด | 2020-11-09 |
วันที่เผยแพร่ | 2020-01-08 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | BeanLogin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.beanlogin.com |
URL หน้าช่วยเหลือ | https://www.beanlogin.com |
URL หน้านโยบายความเป็นส่วนตัว | https://portal.beanlogin.com/PrivacyStatements.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BeanLogin", "description": "BeanLogin plugin", "version": "4.3", "browser_action": { "default_icon": "img\/ANIPlugin.png", "default_popup": "popup.html" }, "icons": { "16": "img\/ANIPlugin.png", "48": "img\/BLIcon.png", "128": "img\/BLIcon.png" }, "background": { "persistent": true, "scripts": [ "Cryptography.js", "PubNub.js", "Insert.js", "background.js" ] }, "web_accessible_resources": [ "addsiteframe.html", "IFrame.js", "IframContents.html", "PubNub.js", "Cryptography.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/Common.css" ], "js": [ "Content.js" ], "all_frames": true } ], "permissions": [ "storage", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |