小裂变

引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能

Cos'è 小裂变?

小裂变 è un'estensione di Chrome sviluppata da http://www.xiaoliebian.com, e la sua funzione principale è "引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 小裂变

Scarica i file di estensione 小裂变 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能                    

Informazioni di Base sull'Estensione

Nome 小裂变 小裂变
ID lcbhjioifdnchgndcfkkhdpnfmnpddem
URL Ufficiale https://chrome.google.com/webstore/detail/%E5%B0%8F%E8%A3%82%E5%8F%98/lcbhjioifdnchgndcfkkhdpnfmnpddem
Descrizione 引领微信生态下的裂变式增长营销,助力公众号、客服号、社群、小程序裂变式增长,为企业快速获客并提高业务转化赋能
Dimensione del File 466 KB
Conteggio Installazioni 16
Versione Corrente 1.0.6
Ultimo Aggiornamento 2018-06-28
Data di Pubblicazione 2018-06-28
Sviluppatore http://www.xiaoliebian.com
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}