IT Glue Chrome Extension

Quickly and securely access all of your IT Glue passwords, create passwords, and preview your assets right from within Chrome.

Τι είναι το IT Glue Chrome Extension;

Το IT Glue Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IT Glue, και η κύρια λειτουργία του είναι "Quickly and securely access all of your IT Glue passwords, create passwords, and preview your assets right from within Chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IT Glue Chrome Extension

Λήψη αρχείων επέκτασης IT Glue Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Securely access IT Glue information from the Google Chrome extension

With the IT Glue Chrome  extension, you’ll have instant access to IT Glue information whenever you need it. You can quickly and securely access all of your IT Glue 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 extension - all passwords that are saved in IT Glue will be available
- Password creation: ability to create business personal and team based passwords in the extension
- Password autofill: usernames and passwords stored in IT Glue are automatically populated in login fields
- Password auto-creation: When creating a new password (team-based or business personal password), users will be auto-promoted to add their passwords to IT Glue

Search: 
- Quick search: access any item in IT Glue 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 IT Glue web app and IT Glue Chrome extension for maximum time savings                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IT Glue Chrome Extension IT Glue Chrome Extension
ID mlhdnjepakdfdaabohjgegnomlgeejep
Επίσημο URL https://chromewebstore.google.com/detail/it-glue-chrome-extension/mlhdnjepakdfdaabohjgegnomlgeejep
Περιγραφή Quickly and securely access all of your IT Glue passwords, create passwords, and preview your assets right from within Chrome.
Μέγεθος Αρχείου 6.24 MB
Αριθμός Εγκαταστάσεων 34,823
Τρέχουσα Έκδοση 1.5.7.3
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2020-03-18
Αξιολόγηση 3.53/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής IT Glue
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.itglue.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.itglue.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.itglue.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IT Glue Chrome Extension",
    "short_name": "offered by IT Glue",
    "version": "1.5.7.3",
    "description": "Quickly and securely access all of your IT Glue passwords, create passwords, and preview your assets right from within Chrome.",
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.itglue.com\/",
        "*:\/\/*.itglue.localhost\/",
        "clipboardWrite",
        "contextMenus",
        "cookies"
    ],
    "browser_action": {
        "default_icon": "images\/itg-32-disconnected.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' '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": [
                "*:\/\/*.myglue.com\/*",
                "*:\/\/*.myglue.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"
    }
}