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 |
| 官方網址 | 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"
}
]
} | |