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 |
Eメール | [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\/*" ] } |