Push Security
Keep your users secure.
Τι είναι το Push Security;
Το Push Security είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pushsecurity.com, και η κύρια λειτουργία του είναι "Keep your users secure.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Push Security
Λήψη αρχείων επέκτασης Push Security σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Push helps employees work securely. This extension spots things that could put you or the company at risk and guides you to improve your security. It will help you: - Select strong passwords for your work apps - Identify apps where you are sharing passwords - Turn multi-factor authentication on for your work apps This extension will never: - Track your browsing activity - Report any data for personal email addresses - Send any personal details or passwords Important! This extension does not work standalone. You must have clicked the enrollment link sent to you by your company administrator from pushsecurity.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | Push Security |
ID | dljjddkmmcminffjbcmeccgfbjlhmhlm |
Επίσημο URL | https://chromewebstore.google.com/detail/push-security/dljjddkmmcminffjbcmeccgfbjlhmhlm |
Περιγραφή | Keep your users secure. |
Μέγεθος Αρχείου | 1.01 MB |
Αριθμός Εγκαταστάσεων | 39,765 |
Τρέχουσα Έκδοση | 1.53.23 |
Τελευταία Ενημέρωση | 2024-02-16 |
Ημερομηνία Δημοσίευσης | 2022-01-26 |
Αξιολόγηση | 5.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | https://pushsecurity.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pushsecurity.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://pushsecurity.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://pushsecurity.com/legal/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Push Security", "version": "1.53.23", "description": "Keep your users secure.", "action": { "default_icon": { "16": "assets\/push16.png", "24": "assets\/push24.png", "32": "assets\/push32.png" }, "default_popup": "dist\/popup\/index.html" }, "background": { "service_worker": "dist\/background\/main.js" }, "icons": { "16": "assets\/push16.png", "48": "assets\/push48.png", "128": "assets\/push128.png" }, "permissions": [ "alarms", "identity", "identity.email", "scripting", "storage", "tabs", "webNavigation", "webRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*", "*:\/\/0.0.0.0\/*" ], "js": [ "dist\/contentScripts\/global\/index.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "dist\/assets\/fonts\/*", "dist\/contentScripts\/**.css" ], "matches": [ " |