MembersPRO
Deliver Amazing Content And Give Your Students The Best Possible User Experience.
什么是MembersPRO?
MembersPRO是由https://memberspro.io开发的Chrome扩展程序,该扩展的主要功能是“Deliver Amazing Content And Give Your Students The Best Possible User Experience.”。
扩展截图
下载MembersPRO扩展crx文件
下载MembersPRO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The easy way to sync your MembersPRO dashboard with your ClickFunnels and Thinkific account. Install this extension and get started in just one click!
扩展基本信息
名称 | |
ID | oanoegnffafkccknnjhdebcdmboghhok |
官方URL | https://chromewebstore.google.com/detail/memberspro/oanoegnffafkccknnjhdebcdmboghhok |
简介 | Deliver Amazing Content And Give Your Students The Best Possible User Experience. |
文件大小 | 282 KB |
安装次数 | 155 |
当前版本 | 1.11.1 |
更新时间 | 2019-09-16 |
上架时间 | 2019-09-16 |
开发者 | https://memberspro.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://memberspro.io |
隐私政策页面URL | https://memberspro.com/privacy |
支持的语言 | 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" } ] } |