Groove Helper

Show tutorials and documentation based on the URL from app.groove.cm

Was ist Groove Helper?

Groove Helper ist eine Chrome-Erweiterung, die von https://yourbestgroove.com entwickelt wurde, und ihr Hauptmerkmal ist "Show tutorials and documentation based on the URL from app.groove.cm".

Erweiterungsscreenshots

screenshot

Groove Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Groove Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar                    

Grundlegende Informationen zur Erweiterung

Name Groove Helper Groove Helper
ID poofklmhpnilnhkfbjgklmjhnfjnaipj
Offizielle URL https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj
Beschreibung Show tutorials and documentation based on the URL from app.groove.cm
Dateigröße 42.83 KB
Installationsanzahl 109
Aktuelle Version 1.12
Letztes Update 2023-12-07
Veröffentlichungsdatum 2023-11-28
Entwickler https://yourbestgroove.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://yourbestgroove.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}