roove
Securely & automatically log in to 3rd party websites you connected to roove
Τι είναι το roove;
Το roove είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.roove.de, και η κύρια λειτουργία του είναι "Securely & automatically log in to 3rd party websites you connected to roove".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης roove
Λήψη αρχείων επέκτασης roove σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This add-on completes our innovative tool app.roove.de ROOVE is your solution for easy to use User- & App-Management. Modern teams need login details for many apps - like Facebook Business, Sage or Wordpress. With more employees and a growing number of apps, the management of those login details becomes increasingly COMPLEX. They have to be granted or taken away from individual employees and some of them are even shared within the team. -> With roove, it's now super EASY to manage your login details: Enter them once into roove and then assign the required apps to each employee. He or she can now open the apps with just one click – and without knowing the password. Our add-on logs them in securely and automatically. For a safe and simple App- & User-Management
Βασικές Πληροφορίες Επέκτασης
Όνομα | roove |
ID | aolganacofmlfindbicbmmjpelnjnaac |
Επίσημο URL | https://chromewebstore.google.com/detail/roove/aolganacofmlfindbicbmmjpelnjnaac |
Περιγραφή | Securely & automatically log in to 3rd party websites you connected to roove |
Μέγεθος Αρχείου | 2.22 MB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.0.25 |
Τελευταία Ενημέρωση | 2023-06-11 |
Ημερομηνία Δημοσίευσης | 2019-03-27 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://www.roove.de |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.roove.de |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.roove.de/kontakt/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.roove.de/datenschutz |
Υποστηριζόμενες Γλώσσες | de,en,en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "1.0.25", "default_locale": "en", "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript\/index.js" ] } ], "web_accessible_resources": [ "inject.js" ], "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "browser_action": { "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "cookies", "webRequest", "webRequestBlocking", "https:\/\/*\/", "http:\/\/*\/" ] } |