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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/" ] } |