IDX Password Manager

IDX Password Manager helps you log into any website with a single mouse click.

IDX Password Manager là gì?

IDX Password Manager là một tiện ích mở rộng Chrome được phát triển bởi IDX, và tính năng chính của nó là "IDX Password Manager helps you log into any website with a single mouse click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IDX Password Manager

Tải xuống các tệp mở rộng IDX Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The IDX Password Manager requires an IDX membership. Signing up for a membership is easy and you can get started by heading over to our website. The link is provided below.

https://www.idx.us/idx-privacy/plans
 
Password Manager is part of the IDX Privacy Platform, an award-winning suite of privacy protection solutions. Password Manager makes it easy to create, use, share, and maintain strong passwords from any device. Plus, with advanced privacy solutions like dark web monitoring and password scanning, Password Manager protects much more than just your passwords.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IDX Password Manager IDX Password Manager
ID phlcnojkfolacibkjkfbkdhignoeicmo
URL Chính Thức https://chromewebstore.google.com/detail/idx-password-manager/phlcnojkfolacibkjkfbkdhignoeicmo
Mô tả IDX Password Manager helps you log into any website with a single mouse click.
Kích Thước Tệp 6.76 MB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 5.9.1
Cập Nhật Lần Cuối 2022-06-07
Ngày Phát Hành 2021-09-30
Nhà Phát Triển IDX
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.idx.us
URL Trang Trợ Giúp https://www.idx.us/knowledge-center/faq
URL Trang Chính Sách Bảo Mật https://www.idx.us/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IDX Password Manager",
    "author": "Identity Theft Guard Solutions, Inc.",
    "description": "IDX Password Manager helps you log into any website with a single mouse click.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "5.9.1",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "\/content\/fonts\/fonts\/*.woff",
        "\/content\/fonts\/fonts\/*.woff2",
        "\/content\/fonts\/css\/*.css",
        "\/content\/fontawesome\/webfonts\/*.woff",
        "\/content\/fontawesome\/webfonts\/*.woff2",
        "\/content\/fontawesome\/webfonts\/*.eot",
        "\/content\/fontawesome\/webfonts\/*.svg",
        "\/content\/fontawesome\/webfonts\/*.ttf",
        "\/content\/fontawesome\/css\/*.css",
        "\/quicklogin.html",
        "\/websitetraining.html",
        "\/loginsaveform.html",
        "\/adminpreferences.html",
        "\/inlinefieldpop.html",
        "\/messagewindow.html",
        "\/loginreminder.html"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "quicklogin.html",
        "default_title": "IDX Password Manager"
    },
    "background": {
        "scripts": [
            "\/core\/jquery.js",
            "\/core\/web.config.js",
            "\/core\/language.js",
            "\/core\/jquery.crypto.aes.js",
            "\/core\/dom-purify.js",
            "\/scripts\/client-specific.js",
            "\/scripts\/jstorage.js",
            "\/scripts\/common.js",
            "\/scripts\/background.js",
            "\/scripts\/pophelper.js",
            "\/scripts\/hashes.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/core\/jquery.js",
                "\/core\/web.config.js",
                "\/core\/language.js",
                "\/core\/jquery.crypto.aes.js",
                "\/core\/dom-purify.js",
                "\/core\/ion.rangeSlider.js",
                "\/scripts\/client-specific.js",
                "\/scripts\/jstorage.js",
                "\/scripts\/passwordrating.js",
                "\/scripts\/passwordrating-banlist.js",
                "\/scripts\/passwordgenerator.js",
                "\/scripts\/common.js",
                "\/scripts\/content.js",
                "\/scripts\/formdetection.js",
                "\/scripts\/mobile-specific.js",
                "\/scripts\/websitetraining.js",
                "\/scripts\/inlinefieldpop.js",
                "\/scripts\/adminpreferences.js",
                "\/scripts\/loginreminder.js"
            ],
            "css": [
                "\/content\/fonts\/css\/fonts.css",
                "\/content\/fontawesome\/css\/all.min.css",
                "\/content\/ion.rangeSlider.css",
                "\/content\/global.css",
                "\/content\/content.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ]
}