Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
Cos'è Groove Helper?
Groove Helper è un'estensione di Chrome sviluppata da https://yourbestgroove.com, e la sua funzione principale è "Show tutorials and documentation based on the URL from app.groove.cm".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Groove Helper
Scarica i file di estensione Groove Helper 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
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Informazioni di Base sull'Estensione
Nome | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
URL Ufficiale | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Descrizione | Show tutorials and documentation based on the URL from app.groove.cm |
Dimensione del File | 42.83 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.12 |
Ultimo Aggiornamento | 2023-12-07 |
Data di Pubblicazione | 2023-11-28 |
Sviluppatore | https://yourbestgroove.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://yourbestgroove.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": { "name": "Kevin Strite", "url": "https:\/\/yourbestgroove.com" }, "manifest_version": 3, "name": "Groove Helper", "description": "Show tutorials and documentation based on the URL from app.groove.cm", "version": "1.12", "icons": { "48": ".\/images\/icon.png" }, "action": { "default_popup": ".\/popup\/index.html", "default_icon": { "48": ".\/images\/icon.png" } }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/app.groove.cm\/*" ] } |