roove
Securely & automatically log in to 3rd party websites you connected to roove
什么是roove?
roove是由https://www.roove.de开发的Chrome扩展程序,该扩展的主要功能是“Securely & automatically log in to 3rd party websites you connected to roove”。
扩展截图
下载roove扩展crx文件
下载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:\/\/*\/" ] } |