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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}