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 | 
| 官方網址 | 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"
    ]
}  |  |