Spinify
Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.
Hvad er Spinify?
Spinify er en Chrome-udvidelse udviklet af https://spinify.com, og dens hovedfunktion er "Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment.".
Udvidelsesskærmbilleder
Download Spinify-udvidelses-CRX-fil
Download Spinify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | Spinify |
ID | neoliedjbjgleonmlpddjkgoedbdhdbe |
Officiel URL | https://chromewebstore.google.com/detail/spinify/neoliedjbjgleonmlpddjkgoedbdhdbe |
Beskrivelse | Spinify lets you stay engaged with your team and tasks you need to complete in a gamified environment. |
Filstørrelse | 105 KB |
Antal Installationer | 1,336 |
Nuværende Version | 2.1.1 |
Senest Opdateret | 2020-04-30 |
Udgivelsesdato | 2020-04-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://spinify.com |
Betalingsmetode | free |
Udvidelseswebsted | https://spinify.com |
Hjælpeside-URL | https://help.spinify.com |
URL til Fortrolighedspolitik Side | https://spinify.com/privacy |
Understøttede Sprog | 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" ] } |