WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dropbox Passwords

Dropbox Passwords

View on Chrome Web Store
View Dropbox Passwords Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (107 ratings)
1 new ratings
8 views
This extension has been viewed 8 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.

Dropbox Passwords stores and syncs passwords across all your devices.
Type
Extension
Users
300,000 users
Dropbox
View author page of Dropbox
Published
Published on May 24, 2020
Version 3.51.2
Manifest version
3
Updated
Updated on June 11, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Dropbox Passwords 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,
    "minimum_chrome_version": "99",
    "name": "Dropbox Passwords",
    "short_name": "Passwords",
    "author": "Dropbox Inc.",
    "description": "__MSG_summary_description__",
    "homepage_url": "https:\/\/www.dropbox.com\/",
    "version": "3.51.2",
    "version_name": "3.51.0",
    "icons": {
        "16": "srcdist\/shared\/icons\/passwords-icon-16.png",
        "48": "srcdist\/shared\/icons\/passwords-icon-48.png",
        "128": "srcdist\/shared\/icons\/passwords-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "srcdist\/background\/background.js",
        "type": "module"
    },
    "permissions": [
        "nativeMessaging",
        "storage",
        "contextMenus",
        "tabs",
        "notifications",
        "alarms",
        "idle",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/thunder.dropbox.com\/",
        "https:\/\/d.dropbox.com\/"
    ],
    "incognito": "spanning",
    "action": {
        "default_icon": {
            "16": "srcdist\/shared\/icons\/passwords-icon-16.png",
            "24": "srcdist\/shared\/icons\/passwords-icon-24.png",
            "32": "srcdist\/shared\/icons\/passwords-icon-32.png"
        },
        "default_title": "Dropbox Passwords"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "srcdist\/content\/content_script.js"
            ],
            "css": [
                "srcdist\/content\/content_styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.dropbox.com\/passwords_extension\/*"
            ],
            "js": [
                "srcdist\/content\/custom_routes_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "srcdist\/assets\/passwords-icon-48.png",
                "locked_dropdown.html",
                "save_notification.html",
                "save_prompt.html",
                "saved_accounts_dropdown.html",
                "suggested_password_dropdown.html",
                "upgrade_dropdown.html",
                "upgrade_prompt.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}
© 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