Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
What is Groove Helper?
Groove Helper is a Chrome extension developed by https://yourbestgroove.com, and its main feature is "Show tutorials and documentation based on the URL from app.groove.cm".
Extension Screenshots
Download Groove Helper Extension CRX File
Download Groove Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Extension Basic Information
Name | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
Official URL | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Description | Show tutorials and documentation based on the URL from app.groove.cm |
File Size | 42.83 KB |
Installation Count | 109 |
Current Version | 1.12 |
Last Updated | 2023-12-07 |
Publish Date | 2023-11-28 |
Developer | https://yourbestgroove.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://yourbestgroove.com/privacy-policy |
Supported Languages | 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\/*" ] } |