MembersPRO
Deliver Amazing Content And Give Your Students The Best Possible User Experience.
O que é MembersPRO?
MembersPRO é uma extensão do Chrome desenvolvida por https://memberspro.io, e sua principal característica é "Deliver Amazing Content And Give Your Students The Best Possible User Experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MembersPRO
Baixe arquivos de extensão MembersPRO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The easy way to sync your MembersPRO dashboard with your ClickFunnels and Thinkific account. Install this extension and get started in just one click!
Informações Básicas da Extensão
Nome | |
ID | oanoegnffafkccknnjhdebcdmboghhok |
URL Oficial | https://chromewebstore.google.com/detail/memberspro/oanoegnffafkccknnjhdebcdmboghhok |
Descrição | Deliver Amazing Content And Give Your Students The Best Possible User Experience. |
Tamanho do Arquivo | 282 KB |
Contagem de Instalações | 155 |
Versão Atual | 1.11.1 |
Última Atualização | 2019-09-16 |
Data de Publicação | 2019-09-16 |
Desenvolvedor | https://memberspro.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://memberspro.io |
URL da Página de Política de Privacidade | https://memberspro.com/privacy |
Idiomas Suportados | 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" } ] } |