Clearlogin Password Manager

This is the Chrome extension for the Clearlogin Password Manager!

Clearlogin Password Managerคืออะไร?

Clearlogin Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.clearlogin.com และคุณลักษณะหลักของมันคือ "This is the Chrome extension for the Clearlogin Password Manager!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clearlogin Password Manager

ดาวน์โหลดไฟล์ส่วนขยาย Clearlogin Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Clearlogin Password Manager is the extension required to use Clearlogin's managed Password Apps.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clearlogin Password Manager Clearlogin Password Manager
ID ieibpkiklgneaojneoalhnbhgjpgjcpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clearlogin-password-manag/ieibpkiklgneaojneoalhnbhgjpgjcpg
คำอธิบาย This is the Chrome extension for the Clearlogin Password Manager!
ขนาดไฟล์ 365 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.3.17
อัปเดตครั้งล่าสุด 2021-05-26
วันที่เผยแพร่ 2020-04-09
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.clearlogin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://info.clearlogin.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clearlogin Password Manager",
    "description": "This is the Chrome extension for the Clearlogin Password Manager!",
    "version": "2.3.17",
    "incognito": "split",
    "author": "Evolve IP LLC",
    "browser_action": {
        "default_icon": "img\/icon_48_disabled.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "npm-webextension-polyfill.js",
            "lib.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "npm-webextension-polyfill.js",
                "lib.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "webRequest",
        "cookies",
        "storage",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "overlay.html",
        "lib\/cl-framework-agent.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.clearlogin.com\/*",
            "*:\/\/*.clearlogin-east.com\/*",
            "*:\/\/*.clearlogin-west.com\/*",
            "*:\/\/*.clearlogin2.com\/*",
            "*:\/\/*.clearlogin.co.uk\/*",
            "*:\/\/*.clearlogin.uk\/*",
            "*:\/\/*.clearlogin.eu\/*",
            "*:\/\/*.clearlogin-stage.com\/*",
            "*:\/\/*.clearlogin-stage2.com\/*",
            "*:\/\/*.clearlogin-staging.com\/*",
            "*:\/\/*.clearlogin-staging-east.com\/*",
            "*:\/\/*.clearlogin-staging-west.com\/*",
            "*:\/\/*.clearlogin-staging2.com\/*",
            "*:\/\/*.clearlogin-dev.com\/*"
        ]
    }
}