小裂变
引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能
小裂变란 무엇입니까?
小裂变은(는) http://www.xiaoliebian.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能"입니다.
확장 프로그램 스크린샷
小裂变 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能
확장 프로그램 기본 정보
이름 | |
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" ] } ] } |