Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
Wat is Groove Helper?
Groove Helper is een Chrome-extensie ontwikkeld door https://yourbestgroove.com, en de belangrijkste functie is "Show tutorials and documentation based on the URL from app.groove.cm".
Extensie Screenshots
Download het CRX-bestand van de extensie Groove Helper
Download Groove Helper-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
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Basisinformatie over de Extensie
Naam | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
Officiële URL | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Beschrijving | Show tutorials and documentation based on the URL from app.groove.cm |
Bestandsgrootte | 42.83 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.12 |
Laatst Bijgewerkt | 2023-12-07 |
Publicatiedatum | 2023-11-28 |
Ontwikkelaar | https://yourbestgroove.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://yourbestgroove.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |