小裂变
引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能
小裂变とは何ですか?
小裂变はhttp://www.xiaoliebian.comによって開発されたChromeの拡張機能で、その主な機能は「引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能」です。
拡張機能のスクリーンショット
小裂变拡張機能のCRXファイルをダウンロード
小裂变拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能
拡張機能の基本情報
名前 | |
ID | lcbhjioifdnchgndcfkkhdpnfmnpddem |
公式URL | https://chrome.google.com/webstore/detail/%E5%B0%8F%E8%A3%82%E5%8F%98/lcbhjioifdnchgndcfkkhdpnfmnpddem |
説明 | 引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能 |
ファイルサイズ | 466 KB |
インストール数 | 16 |
現在のバージョン | 1.0.6 |
最終更新日 | 2018-06-28 |
公開日 | 2018-06-28 |
開発者 | http://www.xiaoliebian.com |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5c0f\u88c2\u53d8", "description": "\u5f15\u9886\u5fae\u4fe1\u751f\u6001\u4e0b\u7684\u88c2\u53d8\u5f0f\u589e\u957f\u8425\u9500\uff0c\u52a9\u529b\u516c\u4f17\u53f7\u3001\u5ba2\u670d\u53f7\u3001\u793e\u7fa4\u3001\u5c0f\u7a0b\u5e8f\u88c2\u53d8\u5f0f\u589e\u957f\uff0c\u4e3a\u4f01\u4e1a\u5feb\u901f\u83b7\u5ba2\u5e76\u63d0\u9ad8\u4e1a\u52a1\u8f6c\u5316\u8d4b\u80fd", "version": "1.0.6", "browser_action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "icons": { "48": "logo.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } }, "permissions": [ "storage", "tabs", "declarativeContent", "https:\/\/plus.xiaoliebian.com\/", "http:\/\/wx.xiaoliebian.com\/", "http:\/\/www.statblock.cn\/" ], "background": { "scripts": [ "js\/jquery.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mp.weixin.qq.com\/*" ], "css": [ "css\/base.css", "css\/content.css" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ] } |