MembersPRO
Deliver Amazing Content And Give Your Students The Best Possible User Experience.
Cos'è MembersPRO?
MembersPRO è un'estensione di Chrome sviluppata da https://memberspro.io, e la sua funzione principale è "Deliver Amazing Content And Give Your Students The Best Possible User Experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MembersPRO
Scarica i file di estensione MembersPRO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The easy way to sync your MembersPRO dashboard with your ClickFunnels and Thinkific account. Install this extension and get started in just one click!
Informazioni di Base sull'Estensione
Nome | |
ID | oanoegnffafkccknnjhdebcdmboghhok |
URL Ufficiale | https://chromewebstore.google.com/detail/memberspro/oanoegnffafkccknnjhdebcdmboghhok |
Descrizione | Deliver Amazing Content And Give Your Students The Best Possible User Experience. |
Dimensione del File | 282 KB |
Conteggio Installazioni | 155 |
Versione Corrente | 1.11.1 |
Ultimo Aggiornamento | 2019-09-16 |
Data di Pubblicazione | 2019-09-16 |
Sviluppatore | https://memberspro.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://memberspro.io |
URL della Pagina della Politica sulla Privacy | https://memberspro.com/privacy |
Lingue Supportate | 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" } ] } |