Spinify
Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
什么是Spinify?
Spinify是由https://spinify.com开发的Chrome扩展程序,该扩展的主要功能是“Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.”。
扩展截图
下载Spinify扩展crx文件
下载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/                     扩展基本信息
| 名称 |   |  
| 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"
    ]
}  |  |