Drive Password - Google Drive™ secret manager

New generation secret manager entirely based on Google Drive. None of your passwords is stored on our servers.

Drive Password - Google Drive™ secret managerคืออะไร?

Drive Password - Google Drive™ secret manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://drivepassword.com และคุณลักษณะหลักของมันคือ "New generation secret manager entirely based on Google Drive. None of your passwords is stored on our servers."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drive Password - Google Drive™ secret manager

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

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

                        Drive Password is a new generation of a secret manager. Entirely based on Google Drive, all you need to start using and protecting your passwords is a Google Account.

Easy to use - intuitive design and native apps
Available on any platform - iOS, macOS, Web, Windows and Android
Complete control over your data - Drive Password is entirely based on Google Drive. All your information is first encrypted and then stored in your Google Drive.
Secure - Your data is sealed with AES-256 bit encryption


Essential features at a glance
●	Organise you passwords with categories
●	Endless subcategorisation - folder/subfolder1/subfolder2/subfolder3…..
●	Password Generator for creating secure passwords
●	Import from variety of password managers
●	Export all you passwords
●	Password strength indicator
●	Second auth mechanism - password / pattern lock / 2FA
●	Share categories and accounts
●	Full control on the shared categories/accounts


 Recommened for teams
●	Sharing - Securely share and manage account information, logins, secret keys, backup keys, and more with other team members. 
●	Access control - Complete control on who can access and/or edit the securely stored information in your Drive Password account. 
●	Priority Support - Having a problem? Got questions? Get the help you need when you need it, fast!. 
●	Two-factor authentication - Choose the most convenient 2FA method to securely access your account. 


DATA SOVEREIGNTY
Only you can access your data. Neither we, nor Google can peak at the secrets and passwords you store in Drive Password. Period.                    

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

ชื่อ Drive Password - Google Drive™ secret manager Drive Password - Google Drive™ secret manager
ID ccfancffpeacbblhcdfgigdeccceipon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drive-password-google-dri/ccfancffpeacbblhcdfgigdeccceipon
คำอธิบาย New generation secret manager entirely based on Google Drive. None of your passwords is stored on our servers.
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 1,626
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2022-05-06
วันที่เผยแพร่ 2020-02-12
คะแนน 3.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://drivepassword.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://drivepassword.com
URL หน้าช่วยเหลือ https://drivepassword.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://drivepassword.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "DrivePasswrd",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/drivepassword.com\/",
    "version": "2.1.1",
    "author": "Promotino Ltd.",
    "icons": {
        "16": "res\/images\/logos\/icon-16.png",
        "48": "res\/images\/logos\/icon-48.png",
        "128": "res\/images\/logos\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "res\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "toggle-current-website": {
            "suggested_key": {
                "default": "Alt+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "__MSG_extToggleButton__"
        },
        "toggle-power-extension": {
            "suggested_key": {
                "default": "Alt+Shift+3",
                "mac": "Command+Shift+3"
            },
            "description": "Toggle on and off the extension"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "offline_enabled": true,
    "action": {
        "default_icon": "res\/images\/logos\/icon-48.png",
        "default_popup": "html\/popup\/popup.html",
        "default_title": "Drive Password"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}