MembersPRO
Deliver Amazing Content And Give Your Students The Best Possible User Experience.
What is MembersPRO?
MembersPRO is a Chrome extension developed by https://memberspro.io, and its main feature is "Deliver Amazing Content And Give Your Students The Best Possible User Experience.".
Extension Screenshots
Download MembersPRO Extension CRX File
Download MembersPRO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The easy way to sync your MembersPRO dashboard with your ClickFunnels and Thinkific account.
Install this extension and get started in just one click! Extension Basic Information
| Name | |
| ID | oanoegnffafkccknnjhdebcdmboghhok |
| Official URL | https://chromewebstore.google.com/detail/memberspro/oanoegnffafkccknnjhdebcdmboghhok |
| Description | Deliver Amazing Content And Give Your Students The Best Possible User Experience. |
| File Size | 282 KB |
| Installation Count | 155 |
| Current Version | 1.11.1 |
| Last Updated | 2019-09-16 |
| Publish Date | 2019-09-16 |
| Developer | https://memberspro.io |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://memberspro.io |
| Privacy Policy Page URL | https://memberspro.com/privacy |
| Supported Languages | 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"
}
]
} | |