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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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\/*"
    ]
}