Passwd: Team Password Manager

Passwd remembers all your team's passwords for you. And stores them safely.

Τι είναι το Passwd: Team Password Manager;

Το Passwd: Team Password Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ackee startups, και η κύρια λειτουργία του είναι "Passwd remembers all your team's passwords for you. And stores them safely.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Passwd: Team Password Manager

Λήψη αρχείων επέκτασης Passwd: Team Password Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Passwd is the team password manager for your Google Workspace. It remembers all your team's passwords, stores them safely, and fills them for you. It keeps your team synced across different devices, to help you make the most of your time.

Our app helps you avoid threats that anyone browsing the internet faces everyday, the loss of passwords being the most serious one. Passwd:

– generates a strong and unique passwords for you,
– stores them safely together with other sensitive details,
– shares them with your team according to your rules,
– makes them instantly available across different devices,
– fills them automatically into login forms.

Passwd is not a service hosted by us. It is a cloud software you install and host on your private Google Cloud Platform. You are the owner of your data, all encrypted by the powerful Google Key Management Service.

Other features:
– Supports Google Workspace secondary domains
– Customizable design of the app
– Customizable permissions
– Simple import and export
– Audit log
– Free Tier available (w/o Chrome Extension)
– Phone & desktop app

Learn more about Passwd at https://passwd.team. Available in different languages.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Passwd: Team Password Manager Passwd: Team Password Manager
ID mnngnbmkiabhobdmeolcnjidongapoba
Επίσημο URL https://chromewebstore.google.com/detail/passwd-team-password-mana/mnngnbmkiabhobdmeolcnjidongapoba
Περιγραφή Passwd remembers all your team's passwords for you. And stores them safely.
Μέγεθος Αρχείου 765 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.3.4
Τελευταία Ενημέρωση 2023-11-14
Ημερομηνία Δημοσίευσης 2022-08-08
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Ackee startups
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://passwd.team/
Διεύθυνση URL της Σελίδας Βοήθειας https://passwd.team/
URL της Σελίδας Πολιτικής Απορρήτου https://passwd.team/en/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.9bbabf65.png",
        "32": "icon32.plasmo.2375cdba.png",
        "48": "icon48.plasmo.622fcfe9.png",
        "64": "icon64.plasmo.40206e9e.png",
        "128": "icon128.plasmo.434c2b08.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.9bbabf65.png",
            "32": "icon32.plasmo.2375cdba.png",
            "48": "icon48.plasmo.622fcfe9.png",
            "64": "icon64.plasmo.40206e9e.png",
            "128": "icon128.plasmo.434c2b08.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.3.4",
    "author": "Ackee",
    "name": "Passwd: Team Password Manager",
    "description": "Passwd remembers all your team's passwords for you. And stores them safely.",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting",
        "alarms"
    ],
    "background": {
        "service_worker": "background.5d812cf2.js"
    },
    "short_name": "Passwd Extension",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/dots.png",
                "assets\/styles\/font.css",
                "assets\/styles\/reset.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "skeleton.css",
                "font.*.css",
                "reset.*.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.passwd.team\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}