Spinify
Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
Cos'è Spinify?
Spinify è un'estensione di Chrome sviluppata da https://spinify.com, e la sua funzione principale è "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spinify
Scarica i file di estensione Spinify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | neoliedjbjgleonmlpddjkgoedbdhdbe |
| URL Ufficiale | https://chromewebstore.google.com/detail/spinify/neoliedjbjgleonmlpddjkgoedbdhdbe |
| Descrizione | Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment. |
| Dimensione del File | 105 KB |
| Conteggio Installazioni | 1,336 |
| Versione Corrente | 2.1.1 |
| Ultimo Aggiornamento | 2020-04-30 |
| Data di Pubblicazione | 2020-04-29 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://spinify.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://spinify.com |
| URL della Pagina di Aiuto | https://help.spinify.com |
| URL della Pagina della Politica sulla Privacy | https://spinify.com/privacy |
| Lingue Supportate | 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"
]
} | |