Groove Helper
Show tutorials and documentation based on the URL from app.groove.cm
Groove Helperคืออะไร?
Groove Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yourbestgroove.com และคุณลักษณะหลักของมันคือ "Show tutorials and documentation based on the URL from app.groove.cm"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Groove Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |