Cozy Pass

Store and sync all your passwords with your Cozy.

ما هو Cozy Pass؟

Cozy Pass هو إضافة Chrome تم تطويرها بواسطة https://cozy.io، والميزة الرئيسية لها هي "Store and sync all your passwords with your Cozy.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cozy Pass

قم بتنزيل ملفات الامتداد Cozy Pass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Cozy Pass, the French and open source password manager application of your personal cloud Cozy that makes the Internet easier by helping you to create, save and autofill strong passwords for all your accounts so you can browse securely online.  

Password help

- Save passwords and logins as you browse.
- Store an unlimited number of passwords and access them anywhere.
- Sync your online data to every device automatically, whether you’re an Apple or an Android addict, or browse the Internet with Chrome
- Create unique and strong passwords for each of your accounts with the password generator.
- Import your passwords already saved in another manager or browser

Log in everywhere

- Enter automatically the correct credentials every time you browse the web
- Stop wasting time looking for your card number and simplify your online purchases

Security and privacy by design as an evidence

- End-to-end encryption of all stored data
- Use of the open-source and audited Bitwarden protocol
- French hosting
- Open-source solution: our approach is transparent and auditable by everyone
- Decentralized model in break with the current GAFA business model

You are the only one to control access to your passwords and all your other data

For more services, Cozy Pass is integrated into a personal cloud, Cozy, a true personal data platform where other applications are available to simplify your online daily life.

- Discover Cozy Drive to back up, organize and share your documents and other files,
- Discover the Cozy Banks application for better control of your personal finances when you can't get to your bank.
- More than 150 brands to connect to automatically retrieve data from your online accounts (banks, insurers, mobile operators, e-commerce, health insurance companies, etc.).


Customer support

- If you do not find the information you are looking for (we apologize in advance), we invite you to contact directly our dedicated Claude [email protected] specifying "Pass Chrome". 
- To learn more about password manager encryption, our dedicated security team has written a special article about security:
    - https://blog.cozy.io/en/encryption-cozy/                    

معلومات أساسية عن التمديد

الاسم Cozy Pass Cozy Pass
ID jplochopoaajoochpoccajmgelpfbbic
عنوان URL الرسمي https://chromewebstore.google.com/detail/cozy-pass/jplochopoaajoochpoccajmgelpfbbic
الوصف Store and sync all your passwords with your Cozy.
حجم الملف 3.08 MB
عدد التثبيتات 2,285
النسخة الحالية 1.55.3
آخر تحديث 2023-10-30
تاريخ النشر 2020-05-21
تقييم 4.64/5 مجموع تقييمات 11
المطور https://cozy.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cozy.io/
عنوان صفحة المساعدة https://help.cozy.io/cozy-pass-extension-for-browsers/
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_appName__",
    "version": "1.55.3",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "author": "Cozy Cloud",
    "homepage_url": "https:\/\/cozy.io\/",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/autofill.js",
                "content\/autofiller.js",
                "content\/notificationBar.js",
                "content\/contextMenuHandler.js",
                "content\/appInfo.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "content\/message_handler.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "content\/autofill.css",
                "content\/notification.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Cozy",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "clipboardWrite",
        "idle",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "nativeMessaging"
    ],
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+U"
            },
            "description": "__MSG_commandOpenPopup__"
        },
        "autofill_login": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_commandAutofillDesc__"
        },
        "generate_password": {
            "suggested_key": {
                "default": "Ctrl+Shift+9"
            },
            "description": "__MSG_commandGeneratePasswordDesc__"
        },
        "lock_vault": {
            "description": "__MSG_commandLockVaultDesc__"
        }
    },
    "web_accessible_resources": [
        "notification\/bar.html",
        "images\/icon38.png",
        "images\/icon38_locked.png",
        "inPageMenu\/menu.html",
        "inPageMenu\/loginMenu.html"
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    }
}