BeanLogin
BeanLogin plugin
BeanLogin क्या है?
BeanLogin BeanLogin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BeanLogin plugin"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BeanLogin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } |