Office Spinner

Official Office Spinner Extension

Office Spinnerคืออะไร?

Office Spinner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kantoorroulette.nl และคุณลักษณะหลักของมันคือ "Official Office Spinner Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Office Spinner

ดาวน์โหลดไฟล์ส่วนขยาย Office Spinner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}