MembersPRO
Deliver Amazing Content And Give Your Students The Best Possible User Experience.
Wat is MembersPRO?
MembersPRO is een Chrome-extensie ontwikkeld door https://memberspro.io, en de belangrijkste functie is "Deliver Amazing Content And Give Your Students The Best Possible User Experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie MembersPRO
Download MembersPRO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The easy way to sync your MembersPRO dashboard with your ClickFunnels and Thinkific account. Install this extension and get started in just one click!
Basisinformatie over de Extensie
Naam | |
ID | oanoegnffafkccknnjhdebcdmboghhok |
Officiële URL | https://chromewebstore.google.com/detail/memberspro/oanoegnffafkccknnjhdebcdmboghhok |
Beschrijving | Deliver Amazing Content And Give Your Students The Best Possible User Experience. |
Bestandsgrootte | 282 KB |
Aantal Installaties | 155 |
Huidige Versie | 1.11.1 |
Laatst Bijgewerkt | 2019-09-16 |
Publicatiedatum | 2019-09-16 |
Ontwikkelaar | https://memberspro.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://memberspro.io |
URL van de Privacybeleid Pagina | https://memberspro.com/privacy |
Ondersteunde Talen | 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" } ] } |