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은(는) IT Glue에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and securely access all of your IT Glue passwords, create passwords, and preview your assets right from within Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IT Glue Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}