Spinify

Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.

Was ist Spinify?

Spinify ist eine Chrome-Erweiterung, die von https://spinify.com entwickelt wurde, und ihr Hauptmerkmal ist "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.".

Erweiterungsscreenshots

screenshot
screenshot

Spinify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spinify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Spinify Spinify
ID neoliedjbjgleonmlpddjkgoedbdhdbe
Offizielle URL https://chromewebstore.google.com/detail/spinify/neoliedjbjgleonmlpddjkgoedbdhdbe
Beschreibung Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
Dateigröße 105 KB
Installationsanzahl 1,336
Aktuelle Version 2.1.1
Letztes Update 2020-04-30
Veröffentlichungsdatum 2020-04-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://spinify.com
Zahlungsart free
Erweiterungswebsite https://spinify.com
Hilfeseite URL https://help.spinify.com
URL der Datenschutzrichtlinien-Seite https://spinify.com/privacy
Unterstützte Sprachen 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"
    ]
}