MembersPRO

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

Co to jest MembersPRO?

MembersPRO to rozszerzenie Chrome opracowane przez https://memberspro.io, a jego główną funkcją jest „Deliver Amazing Content And Give Your Students The Best Possible User Experience.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MembersPRO

Pobierz pliki rozszerzeń MembersPRO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Install this extension and get started in just one click!                    

Podstawowe informacje o rozszerzeniu

Nazwa MembersPRO MembersPRO
ID oanoegnffafkccknnjhdebcdmboghhok
Oficjalny URL https://chromewebstore.google.com/detail/memberspro/oanoegnffafkccknnjhdebcdmboghhok
Opis Deliver Amazing Content And Give Your Students The Best Possible User Experience.
Rozmiar pliku 282 KB
Liczba instalacji 155
Aktualna Wersja 1.11.1
Ostatnia Aktualizacja 2019-09-16
Data Publikacji 2019-09-16
Deweloper https://memberspro.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://memberspro.io
Adres URL Strony Polityki Prywatności https://memberspro.com/privacy
Obsługiwane Języki 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"
        }
    ]
}