知微传播分析

知微传播分析-Plugins

Cos'è 知微传播分析?

知微传播分析 è un'estensione di Chrome sviluppata da https://weiboreach.com, e la sua funzione principale è "知微传播分析-Plugins".

Screenshot dell'Estensione

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

                        知微(Chrome插件版使用说明):进入Chrome应用商店,选择“知微传播分析”,将该插件安装在您的Chrome浏览器上。安装成功后,您的新浪微博页面中的每一条微博(转发数大于0)下都会出现“知微分析”按钮,点击该按钮,即可立刻分析该条微博的传播扩散情况,包括关键转发者、转发时间曲线、传播图、转发者性别地域等信息。

知微地址:www.weiboreach.com
知微官网地址:www.zhiweidata.com
新浪微博:@社会网络与数据挖掘

联系方式:
[email protected]
400-811-3709                    

Informazioni di Base sull'Estensione

Nome 知微传播分析 知微传播分析
ID chbkidikhdfdcpphdphkoehalbbgjojk
URL Ufficiale https://chromewebstore.google.com/detail/%E7%9F%A5%E5%BE%AE%E4%BC%A0%E6%92%AD%E5%88%86%E6%9E%90/chbkidikhdfdcpphdphkoehalbbgjojk
Descrizione 知微传播分析-Plugins
Dimensione del File 164 KB
Conteggio Installazioni 322
Versione Corrente 3.0.1
Ultimo Aggiornamento 2017-04-19
Data di Pubblicazione 2017-04-19
Valutazione 4.30/5 Totale 10 Valutazioni
Sviluppatore https://weiboreach.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.weiboreach.com
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u77e5\u5fae\u4f20\u64ad\u5206\u6790",
    "description": "\u77e5\u5fae\u4f20\u64ad\u5206\u6790-Plugins",
    "version": "3.0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/weibo.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "link.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/weibo.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "zhiwei.js"
            ]
        }
    ]
}