Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
什么是Groove Helper?
Groove Helper是由https://yourbestgroove.com开发的Chrome扩展程序,该扩展的主要功能是“Show tutorials and documentation based on the URL from app.groove.cm”。
扩展截图
下载Groove Helper扩展crx文件
下载Groove Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
扩展基本信息
名称 | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
官方URL | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
简介 | Show tutorials and documentation based on the URL from app.groove.cm |
文件大小 | 42.83 KB |
安装次数 | 109 |
当前版本 | 1.12 |
更新时间 | 2023-12-07 |
上架时间 | 2023-11-28 |
开发者 | https://yourbestgroove.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://yourbestgroove.com/privacy-policy |
支持的语言 | 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\/*" ] } |