Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
Vad är Groove Helper?
Groove Helper är en Chrome-tillägg utvecklad av https://yourbestgroove.com, och dess huvudfunktion är "Show tutorials and documentation based on the URL from app.groove.cm".
Tilläggsskärmbilder
Ladda ner Groove Helper-förlängningens CRX-fil
Ladda ner Groove Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Grundläggande Information om Tillägg
Namn | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
Officiell webbadress | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Beskrivning | Show tutorials and documentation based on the URL from app.groove.cm |
Filstorlek | 42.83 KB |
Antal Installationer | 109 |
Aktuell Version | 1.12 |
Senast Uppdaterad | 2023-12-07 |
Publiceringsdatum | 2023-11-28 |
Utvecklare | https://yourbestgroove.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://yourbestgroove.com/privacy-policy |
Stödda Språk | 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\/*" ] } |