WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
C2 Password

C2 Password

View on Chrome Web Store
View C2 Password Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (244 ratings)
1 new ratings
57 views
This extension has been viewed 57 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A highly secure password management solution to store, sync, and safeguard your credentials.
Type
Extension
Users
30,000 users
10K
Synology.com
View author page of Synology.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 12, 2021
Version 2.30.17
Manifest version
3
Updated
Updated on October 23, 2025
make_chrome_yours/privacy
Extension Category
View on Chrome Web Store
View C2 Password Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.30.17",
    "icons": {
        "16": "assets\/logo_pw_16.png",
        "24": "assets\/logo_pw_24.png",
        "48": "assets\/logo_pw_48.png",
        "128": "assets\/logo_pw_128.png"
    },
    "homepage_url": "https:\/\/c2.synology.com\/password",
    "default_locale": "en",
    "author": "Synology Inc.",
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "idle",
        "offscreen",
        "privacy",
        "scripting",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "auth.html",
                "encryption-key.html"
            ],
            "matches": [
                "https:\/\/*.synology.inc\/*",
                "https:\/\/*.c2.c2go.dev\/*",
                "https:\/\/*.synology.com\/*"
            ]
        },
        {
            "resources": [
                "autosave.html",
                "dropdown.html",
                "icon.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+U"
            }
        },
        "save_login": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "Save to C2 Password"
        }
    },
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/logo_pw_19.png",
            "38": "assets\/logo_pw_38.png"
        },
        "default_title": "Synology C2 Password",
        "default_popup": "popup.html?popup"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content-scripts\/content-script-trigger.js"
            ]
        },
        {
            "matches": [
                "https:\/\/profile.c2.c2go.dev\/authenticator-verification",
                "https:\/\/profile.c2.synology.com\/authenticator-verification",
                "https:\/\/profile.c2test.synology.com\/authenticator-verification"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/content-script-unlock.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top