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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Groove Helper

قم بتنزيل ملفات الامتداد Groove Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Video tips and helps for every Groove.cm app including GroovePages, GrooveFunnels, GrooveMember, GrooveSell, GrooveVideo, GrooveMail and GrooveWebinar                    

معلومات أساسية عن التمديد

الاسم Groove Helper 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
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}