Spinify
Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
Qu'est-ce que Spinify ?
Spinify est une extension Chrome développée par https://spinify.com, et sa fonction principale est "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spinify
Téléchargez les fichiers d'extension Spinify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Spinify |
ID | neoliedjbjgleonmlpddjkgoedbdhdbe |
URL Officiel | https://chromewebstore.google.com/detail/spinify/neoliedjbjgleonmlpddjkgoedbdhdbe |
Description | Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment. |
Taille du Fichier | 105 KB |
Nombre d'Installations | 1,336 |
Version Actuelle | 2.1.1 |
Dernière Mise à Jour | 2020-04-30 |
Date de Publication | 2020-04-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://spinify.com |
Type de Paiement | free |
Site Web de l'Extension | https://spinify.com |
URL de la Page d'Aide | https://help.spinify.com |
URL de la Page de Politique de Confidentialité | https://spinify.com/privacy |
Langues Prises en Charge | 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" ] } |