Spinify
Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
Spinify là gì?
Spinify là một tiện ích mở rộng Chrome được phát triển bởi https://spinify.com, và tính năng chính của nó là "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spinify
Tải xuống các tệp mở rộng Spinify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spinify |
ID | neoliedjbjgleonmlpddjkgoedbdhdbe |
URL Chính Thức | https://chromewebstore.google.com/detail/spinify/neoliedjbjgleonmlpddjkgoedbdhdbe |
Mô tả | Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 1,336 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2020-04-30 |
Ngày Phát Hành | 2020-04-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://spinify.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://spinify.com |
URL Trang Trợ Giúp | https://help.spinify.com |
URL Trang Chính Sách Bảo Mật | https://spinify.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |