LiangziDown

Download Liangzihendao real time statistics data with just one click.

Qu'est-ce que LiangziDown ?

LiangziDown est une extension Chrome développée par PinkyJie, et sa fonction principale est "Download Liangzihendao real time statistics data with just one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LiangziDown

Téléchargez les fichiers d'extension LiangziDown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        用途:
淘宝卖家通常都会使用量子恒道来查看店铺的访问情况,其中有一项统计数据为“实时客户访问”用于了解店铺的实时访问情况非常方便。但由于量子恒道官方的限制,只能查看当天的数据,并且不能批量下载保存。本插件可以批量下载当天的来访数据并保存为CSV格式。

使用:
1. 打开量子恒道首页,即可看到地址栏最右边的插件图标,未登录情况下点开图标将出现登录提示
2. 登录成功后再次点击图标,将显示您的淘宝用户名以及下载按钮
3. 点击下载按钮,Chrome将打开新tab页进行下载,文件类型为CSV,可用Excel打开,默认文件名称为淘宝用户名-年月日-时分秒(未来将可配置)
4. 使用Excel打开文件即可看到实时访客数据,字段涵盖网页上所有字段
5. 由于每天量子恒道会清空数据,所以插件自带提醒下载功能,默认会在每天的23:50提醒您进行下载

设置:
在设置页面中可以配置需要下载的字段以及提醒时间                    

Informations de Base sur l'Extension

Nom LiangziDown LiangziDown
ID dkdgdjlebbekbmboilieclmigakdbjld
URL Officiel https://chrome.google.com/webstore/detail/%E9%87%8F%E5%AD%90%E5%85%9A/dkdgdjlebbekbmboilieclmigakdbjld
Description Download Liangzihendao real time statistics data with just one click.
Taille du Fichier 42.85 KB
Nombre d'Installations 22
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-02-22
Date de Publication 2014-02-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur PinkyJie
Type de Paiement free
URL de la Page d'Aide https://github.com/PinkyJie/LiangziDown
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "zh_CN",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/lz.taobao.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "notifications",
        "http:\/\/lz.taobao.com\/*",
        "http:\/\/api.linezing.com\/*"
    ],
    "author": "PinkyJie",
    "short_name": "__MSG_appName__"
}