TeamPassword
Password sharing for collaborative teams.
Τι είναι το TeamPassword;
Το TeamPassword είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://teampassword.com, και η κύρια λειτουργία του είναι "Password sharing for collaborative teams.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TeamPassword
Λήψη αρχείων επέκτασης TeamPassword σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TeamPassword is the most efficient way to manage multiple logins for teams who need to save time and keep projects moving. Start your free trial at www.teampassword.com Our clients include startups, marketing agencies, software development firms, and businesses of all sizes and types. Our cloud-based platform helps you manage and share access to the apps, services, and tools your team needs. The Google Sign In feature and Browser Extensions offer seamless, 1-click access to logins without interrupting your daily workflow. Add new staff and clients in just 2 steps, and remove access with 1 step. TeamPassword helps you immediately add more security to your process with strong password generation. Already have TeamPassword? Download the Chrome extension and get quicker access to your shared logins. Want to make your team more productive and start protecting your online assets? Start your free trial at https://www.teampassword.com/ today. ** Tip: after installing the extension, reload your current page to enable password filling. **
Βασικές Πληροφορίες Επέκτασης
Όνομα | TeamPassword |
ID | cikdbigchmgednjbjppflefljobhnhca |
Επίσημο URL | https://chromewebstore.google.com/detail/teampassword/cikdbigchmgednjbjppflefljobhnhca |
Περιγραφή | Password sharing for collaborative teams. |
Μέγεθος Αρχείου | 1.41 MB |
Αριθμός Εγκαταστάσεων | 5,554 |
Τρέχουσα Έκδοση | 3.2.7 |
Τελευταία Ενημέρωση | 2024-02-21 |
Ημερομηνία Δημοσίευσης | 2020-03-17 |
Αξιολόγηση | 4.60/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | https://teampassword.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://app.teampassword.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.teampassword.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.teampassword.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TeamPassword", "version": "3.2.7", "manifest_version": 2, "homepage_url": "https:\/\/app.teampassword.com", "description": "Password sharing for collaborative teams.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "build\/background.js" ] }, "browser_action": { "default_icon": "images\/icon38.png", "default_title": "TeamPassword", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/cdn.mxpnl.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "build\/inject.js" ] } ], "permissions": [ "http:\/\/localhost:5000\/", "http:\/\/localhost:3000\/", "https:\/\/app.teampassword.com\/", "https:\/\/teampassword-staging.herokuapp.com\/", "https:\/\/www.google.com\/", "https:\/\/www.gstatic.com\/", "tabs", "clipboardWrite", "cookies" ] } |