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”。

擴展截圖

screenshot

下載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 Groove Helper
ID poofklmhpnilnhkfbjgklmjhnfjnaipj
官方網址 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\/*"
    ]
}