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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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/                    

拡張機能の基本情報

名前 Spinify 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"
    ]
}