Password Crypt

Handle your username and password credentials for all web pages.

Password Cryptคืออะไร?

Password Crypt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pcrypt.org และคุณลักษณะหลักของมันคือ "Handle your username and password credentials for all web pages."

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

screenshot

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

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

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

                        Free online password manager that handle your credentials for various needs. Developed for companies/departments but also very useful for private use. Get access everywhere as there is no need to install any application because full secure access and functionallity is provided with a normal web-browser. This extension is a convenient optimised solution for collecting and filling in your credentials on web-pages.

Without any advertising and also cost free. We do not collect any information about you or need special privileges. The main library is Open Source.

Password Crypt also supply mobile versions for phones and tablets. All variants use the same central encrypted online data so nothing is stored on your local system. The encryption is performed on your device so only encrypted data is sent over the internet to the central data store.

Special features include:

- Online internet solution with central storage
- Geo-location for your credentials - see relevant passwords based on your location
- Share passwords in teams with selected users
- Secure symmetric/asymmetric encryption with AES256 and ECC

Access your passwords at: https://pcrypt.org                    

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

ชื่อ Password Crypt Password Crypt
ID bbmopijofiecgpghgljiokdejeffbmdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-crypt/bbmopijofiecgpghgljiokdejeffbmdo
คำอธิบาย Handle your username and password credentials for all web pages.
ขนาดไฟล์ 1.28 MB
จำนวนการติดตั้ง 157
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2020-06-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://pcrypt.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pcrypt.org
URL หน้าช่วยเหลือ https://pcrypt.org/?page=information
URL หน้านโยบายความเป็นส่วนตัว https://pcrypt.org?page=privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Crypt",
    "version": "1.3.3",
    "manifest_version": 3,
    "author": "Benny Nissen",
    "content_security_policy": {
        "extension_pages": "default-src 'self' https:\/\/pcrypt.org https:\/\/app.pcrypt.com; script-src 'self'; object-src; img-src 'self' data: blob:;"
    },
    "description": "Handle your username and password credentials for all web pages.",
    "homepage_url": "https:\/\/pcrypt.org",
    "icons": {
        "16": "icons\/key_icon16.png",
        "48": "icons\/key_icon48.png",
        "128": "icons\/key_icon128.png"
    },
    "options_ui": {
        "page": "src\/browser_action\/options.html",
        "open_in_tab": true
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/key_icon16.png",
            "48": "icons\/key_icon48.png",
            "128": "icons\/key_icon128.png"
        },
        "default_title": "Password Crypt",
        "default_popup": "src\/browser_action\/popup.html"
    },
    "permissions": [
        "notifications",
        "geolocation",
        "storage",
        "clipboardWrite",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/chevron-left.svg",
                "icons\/eye.svg",
                "icons\/key.svg",
                "icons\/key_icon.png",
                "icons\/link.svg",
                "icons\/settings.svg",
                "icons\/settings_black.svg",
                "icons\/user.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}