ElePass - Agency Password Manager

Trade the spreadsheets and other risky places you’ve been storing client info for an easy, secure client password management tool.

ElePass - Agency Password Managerคืออะไร?

ElePass - Agency Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elepass.io และคุณลักษณะหลักของมันคือ "Trade the spreadsheets and other risky places you’ve been storing client info for an easy, secure client password management tool."

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

screenshot

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

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

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

                        Spreadsheets, USBs, email, post-its—what other risky places are you keeping your client credentials and passwords? For mid-sized digital agencies, this is a big problem. You manage countless credentials for client staging sites, social media accounts, marketing automation applications and more. And your ever-changing roster of employees and contractors makes it hard to keep this data completely secure and easy to access at the same time. 

We know. We’re in the digital agency business, too.

That’s why we created ElePass—a client password management tool designed with airtight security to keep your client data safe, while providing virtually effortless access for your employees and contractors. 

With ElePass, you can manage and monitor who sees what by setting permissions at the team/project or user level. At the same time, you can better organize password information—and access it right from your Chrome or Firefox browser—to minimize searching and productivity delays.

We built ElePass to perfectly fit the need at a mid-sized agency. Managing users is a snap, so you can add new clients or onboard/offboard from your roster of employees and contractors with ease. As a cloud-based app, ElePass frees you from IT headaches—because who needs those—and our incredibly affordable subscription-based pricing cannot be matched.                    

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

ชื่อ ElePass - Agency Password Manager ElePass - Agency Password Manager
ID gomipljbnlaiefmaaafjnbcibinefjbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elepass-agency-password-m/gomipljbnlaiefmaaafjnbcibinefjbp
คำอธิบาย Trade the spreadsheets and other risky places you’ve been storing client info for an easy, secure client password management tool.
ขนาดไฟล์ 2.82 MB
จำนวนการติดตั้ง 614
เวอร์ชันปัจจุบัน 4.1.1
อัปเดตครั้งล่าสุด 2021-10-28
วันที่เผยแพร่ 2019-12-08
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://elepass.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://elepass.io
URL หน้านโยบายความเป็นส่วนตัว https://elepass.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ElePass - Agency Password Manager",
    "short_name": "ElePass",
    "description": "Trade the spreadsheets and other risky places you\u2019ve been storing client info for an easy, secure client password management tool.",
    "version": "4.1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "ext\/jquery-3.2.1.min.js",
                "build\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/elepass.io",
    "background": {
        "scripts": [
            "build\/background.js",
            "ext\/jquery-3.2.1.min.js",
            "build\/inject.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/elephant.png",
        "default_title": "ElePass",
        "default_popup": "popup.html"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "*:\/\/*\/*",
        "storage",
        "clipboardWrite"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/elepass.io\/*",
            "*:\/\/app.elepass.io\/*",
            "http:\/\/localhost:62924\/*",
            "*:\/\/elepass-staging.azurewebsites.net\/*",
            "*:\/\/elepass-api.azurewebsites.net\/*",
            "*:\/\/wa.dev-squared.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}