Office Spinner
Official Office Spinner Extension
Office Spinner란 무엇입니까?
Office Spinner은(는) https://kantoorroulette.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official Office Spinner Extension"입니다.
확장 프로그램 스크린샷
Office Spinner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Office Spinner Chrome Extension adds a icon in your browser that allows you to make coffee requests on your office network. Anyone who has installed the extension and is logged in on the same internet connection will automatically be added to the list of participants and can indicate if he/she wants to have coffee. After everyone has responded, a wheel will be spin to determine who has to get coffee for all other participants. Everyone is then notified who the loser has been chosen. This all happens automatically based on the internet (WAN) IP address. With a VPN, it is unfortunately not working at the moment, unless everyone is logged into the same VPN IP address, of course. To log in, you'll need a Linkedin, Google (GSuite is supported), Facebook, Twitter or Microsoft (or O365) account so we know what your first name is. In the future we will also introduce other ways to retrieve your first name. If you experience problems, discovered errors or have nice ideas, please let us know via [email protected]
확장 프로그램 기본 정보
이름 | Office Spinner |
ID | aglmggedobppijenijohiefklpckopef |
공식 URL | https://chromewebstore.google.com/detail/office-spinner/aglmggedobppijenijohiefklpckopef |
설명 | Official Office Spinner Extension |
파일 크기 | 2.56 MB |
설치 횟수 | 2,371 |
현재 버전 | 3.5.4 |
최근 업데이트 | 2023-07-07 |
출시 날짜 | 2020-06-17 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | https://kantoorroulette.nl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://kantoorroulette.nl/ |
개인정보 보호 정책 페이지 URL | https://kantoorroulette.nl/privacybeleid |
지원되는 언어 | de,en,nl,es,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "3.5.4", "manifest_version": 2, "default_locale": "nl", "homepage_url": "https:\/\/kantoorroulette.nl", "content_security_policy": "script-src 'unsafe-eval' 'self' 'sha256-jAjKYr5DGt\/T+ZQRaN6AwyZ8uU0Oy1uuR0RxfxQgli4=' https:\/\/app-dev.kantoorroulette.nl https:\/\/app.kantoorroulette.nl https:\/\/p.enkodo.nl https:\/\/www.google-analytics.com https:\/\/sentry.enkodo.app; object-src 'self'", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "scripts": [ "service-worker.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "__MSG_application_description__", "default_popup": "index_lazy.html" }, "content_scripts": [ { "matches": [ "*:\/\/kantoorroulette.nl\/*" ], "js": [ "content_script\/kantoorroulette.nl.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/kantoorroulette.nl\/*" ] }, "permissions": [ "contextMenus", "*:\/\/kantoorroulette.nl\/*", "tts", "storage", "idle", "notifications" ] } |