Spinify
Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
Wat is Spinify?
Spinify is een Chrome-extensie ontwikkeld door https://spinify.com, en de belangrijkste functie is "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spinify
Download Spinify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | neoliedjbjgleonmlpddjkgoedbdhdbe |
| Officiële URL | https://chromewebstore.google.com/detail/spinify/neoliedjbjgleonmlpddjkgoedbdhdbe |
| Beschrijving | Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment. |
| Bestandsgrootte | 105 KB |
| Aantal Installaties | 1,336 |
| Huidige Versie | 2.1.1 |
| Laatst Bijgewerkt | 2020-04-30 |
| Publicatiedatum | 2020-04-29 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://spinify.com |
| Betalingswijze | free |
| Extensiewebsite | https://spinify.com |
| Help Pagina-URL | https://help.spinify.com |
| URL van de Privacybeleid Pagina | https://spinify.com/privacy |
| Ondersteunde Talen | 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"
]
} | |