Spinify
Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
Spinifyคืออะไร?
Spinify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spinify.com และคุณลักษณะหลักของมันคือ "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spinify
ดาวน์โหลดไฟล์ส่วนขยาย Spinify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spinify allows you to connect with your company in a whole new way. Sharing achievements and milestones with everyone. Helping work from home staff feel connected. Spinify is a gamification platform that helps to recognise and promote staff activities. Want to learn more about Spinify? Please visit and start a online chat, https://spinify.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spinify |
ID | neoliedjbjgleonmlpddjkgoedbdhdbe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spinify/neoliedjbjgleonmlpddjkgoedbdhdbe |
คำอธิบาย | Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment. |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 1,336 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2020-04-30 |
วันที่เผยแพร่ | 2020-04-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://spinify.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://spinify.com |
URL หน้าช่วยเหลือ | https://help.spinify.com |
URL หน้านโยบายความเป็นส่วนตัว | https://spinify.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spinify", "version": "2.1.1", "manifest_version": 2, "description": "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.", "browser_action": { "default_title": "Spinify", "default_popup": "\/browser_action\/browser_action.html", "default_icon": { "16": "\/assets\/images\/icon16.png", "32": "\/assets\/images\/icon32.png", "48": "\/assets\/images\/icon48.png", "128": "\/assets\/images\/icon128.png" } }, "icons": { "16": "\/assets\/images\/icon16.png", "32": "\/assets\/images\/icon32.png", "48": "\/assets\/images\/icon48.png", "128": "\/assets\/images\/icon128.png" }, "background": { "scripts": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/assets\/js\/env.js", "\/assets\/js\/auth0chrome.min.js", "\/assets\/js\/background.js", "\/assets\/js\/jwt-decode.min.js" ], "persistent": true }, "permissions": [ "identity", "notifications", "https:\/\/spinify.auth0.com\/login", "https:\/\/auth0.com\/*", "https:\/\/api.spinify.com\/*", "https:\/\/my.spinify.com\/*", "storage" ] } |