Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
Qu'est-ce que Groove Helper ?
Groove Helper est une extension Chrome développée par https://yourbestgroove.com, et sa fonction principale est "Show tutorials and documentation based on the URL from app.groove.cm".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Groove Helper
Téléchargez les fichiers d'extension Groove Helper 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
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Informations de Base sur l'Extension
Nom | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
URL Officiel | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Description | Show tutorials and documentation based on the URL from app.groove.cm |
Taille du Fichier | 42.83 KB |
Nombre d'Installations | 109 |
Version Actuelle | 1.12 |
Dernière Mise à Jour | 2023-12-07 |
Date de Publication | 2023-11-28 |
Développeur | https://yourbestgroove.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://yourbestgroove.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |