roove
Securely & automatically log in to 3rd party websites you connected to roove
Qu'est-ce que roove ?
roove est une extension Chrome développée par https://www.roove.de, et sa fonction principale est "Securely & automatically log in to 3rd party websites you connected to roove".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension roove
Téléchargez les fichiers d'extension roove au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | roove |
ID | aolganacofmlfindbicbmmjpelnjnaac |
URL Officiel | https://chromewebstore.google.com/detail/roove/aolganacofmlfindbicbmmjpelnjnaac |
Description | Securely & automatically log in to 3rd party websites you connected to roove |
Taille du Fichier | 2.22 MB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.25 |
Dernière Mise à Jour | 2023-06-11 |
Date de Publication | 2019-03-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.roove.de |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.roove.de |
URL de la Page d'Aide | https://www.roove.de/kontakt/ |
URL de la Page de Politique de Confidentialité | https://www.roove.de/datenschutz |
Langues Prises en Charge | 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:\/\/*\/" ] } |