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 |
Eメール | [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" } ] } |