MyGlue Chrome Extension
With MyGlue Chrome Extension, you can now quickly and securely access all of your MyGlue passwords right from within Chrome.
MyGlue Chrome Extension क्या है?
MyGlue Chrome Extension IT Glue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With MyGlue Chrome Extension, you can now quickly and securely access all of your MyGlue passwords right from within Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MyGlue Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Securely access MyGlue password, documents, and more on any Chrome extension web pages With the MyGlue Chrome extension, you’ll have instant access to MyGlue information whenever you need it. You can quickly and securely access all of your MyGlue passwords, create passwords, and preview assets right from within the browser extension. This means no more switching pages and no more copy/paste of usernames and passwords to sign in to websites and services. The extension also supports Single Sign-On (SSO), should your organization have it enabled. Passwords: - Create, access and view passwords within the browser extension - all passwords that are saved in MyGlue will be available - Password creation: ability to create business personal and team based passwords in browser extension - Password autofill: usernames and passwords stored in IT Glue are automatically populated in login fields - Password auto-creation: When creating a new password, users will be auto-promoted to add their passwords to MyGlue Search: - Quick search: access any item in MyGlue via the Search feature, not just passwords on any webpages by pressing "Q" - Globally search for any passwords your account has permission to access Security: - The extension also supports Single Sign-On (SSO), should your organization have it enabled. - At-rest and in-transit encryption of passwords keeps your data safe - Sign in once and go: Share a sign-in session between the MyGlue web app and MyGlue Chrome extension for maximum time saving
एक्सटेंशन की मूल जानकारी
नाम | MyGlue Chrome Extension |
ID | bfcdaalpeodhimbiipneeaoeogkkminc |
आधिकारिक URL | https://chromewebstore.google.com/detail/myglue-chrome-extension/bfcdaalpeodhimbiipneeaoeogkkminc |
विवरण | With MyGlue Chrome Extension, you can now quickly and securely access all of your MyGlue passwords right from within Chrome. |
फ़ाइल का आकार | 7.47 MB |
स्थापना संख्या | 25,431 |
वर्तमान संस्करण | 1.6.7.1 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2020-06-01 |
रेटिंग | 3.50/5 कुल 10 रेटिंग्स |
डेवलपर | IT Glue |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.myglue.com |
सहायता पृष्ठ URL | https://help.myglue.com/hc/en-us |
गोपनीयता नीति पृष्ठ URL | https://www.itglue.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyGlue Chrome Extension", "short_name": "offered by IT Glue", "version": "1.6.7.1", "description": "With MyGlue Chrome Extension, you can now quickly and securely access all of your MyGlue passwords right from within Chrome.", "permissions": [ "activeTab", "storage", "*:\/\/*.myglue.com\/", "*:\/\/*.myglue.localhost\/", "clipboardWrite", "contextMenus", "cookies" ], "browser_action": { "default_icon": "images\/myglue-32-disconnected.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "css\/*", "images\/*" ], "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": true }, "content_scripts": [ { "match_about_blank": true, "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.itglue.com\/*", "*:\/\/*.itglue.localhost\/*", "*:\/\/*.canadapartsdirect.com\/*", "*:\/\/*.ps.jhancockpensions.com\/*", "*:\/\/*.autorola.nl\/*" ], "run_at": "document_end", "js": [ "js\/content.bundle.js" ], "css": [] } ], "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |