Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
O que é Groove Helper?
Groove Helper é uma extensão do Chrome desenvolvida por https://yourbestgroove.com, e sua principal característica é "Show tutorials and documentation based on the URL from app.groove.cm".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Groove Helper
Baixe arquivos de extensão Groove Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Informações Básicas da Extensão
Nome | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
URL Oficial | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Descrição | Show tutorials and documentation based on the URL from app.groove.cm |
Tamanho do Arquivo | 42.83 KB |
Contagem de Instalações | 109 |
Versão Atual | 1.12 |
Última Atualização | 2023-12-07 |
Data de Publicação | 2023-11-28 |
Desenvolvedor | https://yourbestgroove.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://yourbestgroove.com/privacy-policy |
Idiomas Suportados | 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\/*" ] } |