MembersPRO

Deliver Amazing Content And Give Your Students The Best Possible User Experience.

MembersPRO란 무엇입니까?

MembersPRO은(는) https://memberspro.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Deliver Amazing Content And Give Your Students The Best Possible User Experience."입니다.

확장 프로그램 스크린샷

screenshot

MembersPRO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The easy way to sync your MembersPRO dashboard with your ClickFunnels and Thinkific account.

Install this extension and get started in just one click!                    

확장 프로그램 기본 정보

이름 MembersPRO MembersPRO
ID oanoegnffafkccknnjhdebcdmboghhok
공식 URL https://chromewebstore.google.com/detail/memberspro/oanoegnffafkccknnjhdebcdmboghhok
설명 Deliver Amazing Content And Give Your Students The Best Possible User Experience.
파일 크기 282 KB
설치 횟수 155
현재 버전 1.11.1
최근 업데이트 2019-09-16
출시 날짜 2019-09-16
개발자 https://memberspro.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://memberspro.io
개인정보 보호 정책 페이지 URL https://memberspro.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "popup.js",
            "js\/chrome.js"
        ]
    },
    "name": "MembersPRO",
    "description": "Deliver Amazing Content And Give Your Students The Best Possible User Experience.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "48": "icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "MembersPRO"
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "webRequest",
        "storage",
        "background"
    ],
    "version": "1.11.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "startExtension.js"
            ],
            "run_at": "document_start"
        }
    ]
}