Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
Co to jest Groove Helper?
Groove Helper to rozszerzenie Chrome opracowane przez https://yourbestgroove.com, a jego główną funkcją jest „Show tutorials and documentation based on the URL from app.groove.cm”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Groove Helper
Pobierz pliki rozszerzeń Groove Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Podstawowe informacje o rozszerzeniu
Nazwa | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
Oficjalny URL | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Opis | Show tutorials and documentation based on the URL from app.groove.cm |
Rozmiar pliku | 42.83 KB |
Liczba instalacji | 109 |
Aktualna Wersja | 1.12 |
Ostatnia Aktualizacja | 2023-12-07 |
Data Publikacji | 2023-11-28 |
Deweloper | https://yourbestgroove.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://yourbestgroove.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } |