Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
Apa itu Groove Helper?
Groove Helper adalah ekstensi Chrome yang dikembangkan oleh https://yourbestgroove.com, dan fitur utamanya adalah "Show tutorials and documentation based on the URL from app.groove.cm".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Groove Helper
Unduh file ekstensi Groove Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar
Informasi Dasar Ekstensi
Nama | Groove Helper |
ID | poofklmhpnilnhkfbjgklmjhnfjnaipj |
URL Resmi | https://chromewebstore.google.com/detail/groove-helper/poofklmhpnilnhkfbjgklmjhnfjnaipj |
Deskripsi | Show tutorials and documentation based on the URL from app.groove.cm |
Ukuran File | 42.83 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 1.12 |
Terakhir Diperbarui | 2023-12-07 |
Tanggal Publikasi | 2023-11-28 |
Pengembang | https://yourbestgroove.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://yourbestgroove.com/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } |