roove

Securely & automatically log in to 3rd party websites you connected to roove

Was ist roove?

roove ist eine Chrome-Erweiterung, die von https://www.roove.de entwickelt wurde, und ihr Hauptmerkmal ist "Securely & automatically log in to 3rd party websites you connected to roove".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

roove-Erweiterungs-CRX-Datei herunterladen

Laden Sie roove-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name roove roove
ID aolganacofmlfindbicbmmjpelnjnaac
Offizielle URL https://chromewebstore.google.com/detail/roove/aolganacofmlfindbicbmmjpelnjnaac
Beschreibung Securely & automatically log in to 3rd party websites you connected to roove
Dateigröße 2.22 MB
Installationsanzahl 24
Aktuelle Version 1.0.25
Letztes Update 2023-06-11
Veröffentlichungsdatum 2019-03-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.roove.de
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.roove.de
Hilfeseite URL https://www.roove.de/kontakt/
URL der Datenschutzrichtlinien-Seite https://www.roove.de/datenschutz
Unterstützte Sprachen 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:\/\/*\/"
    ]
}