realcalc

聚划算数据插件

Wat is realcalc?

realcalc is een Chrome-extensie ontwikkeld door 剧辛, en de belangrijkste functie is "聚划算数据插件".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie realcalc

Download realcalc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        *注意:本插件是一个内部应用工具,仅在内网可用。*

聚数据插件是聚划算技术团队基础服务组为聚数据应用开发的数据可视化插件,方便内部用户查看各项数据。

有任何问题或建议,请联系剧辛,联系方式见内网,谢谢。                    

Basisinformatie over de Extensie

Naam realcalc realcalc
ID jlckhggkmiogjgklfmdknapdalflmglg
Officiële URL https://chromewebstore.google.com/detail/realcalc/jlckhggkmiogjgklfmdknapdalflmglg
Beschrijving 聚划算数据插件
Bestandsgrootte 257 KB
Aantal Installaties 12
Huidige Versie 1.0.9
Laatst Bijgewerkt 2014-11-07
Publicatiedatum 2014-11-07
Ontwikkelaar 剧辛
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "realcalc",
    "version": "1.0.9",
    "description": "\u805a\u5212\u7b97\u6570\u636e\u63d2\u4ef6",
    "icons": {
        "128": "images\/icons\/icon_128.png",
        "64": "images\/icons\/icon_64.png",
        "48": "images\/icons\/icon_48.png",
        "16": "images\/icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icons\/icon_stop.png",
        "default_title": "realcalc"
    },
    "background": {
        "scripts": [
            "js\/lib\/jQuery\/jquery-2.0.0.min.js",
            "js\/global\/patch.js",
            "js\/global\/localStorageManager.js",
            "js\/global\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ju.taobao.com\/*",
                "http:\/\/*.juhuasuan.com\/*",
                "http:\/\/*.ju.tmall.com\/*",
                "http:\/\/*.juadmin.taobao.com\/*",
                "http:\/\/*.taobao.net\/*"
            ],
            "exclude_globs": [
                "*rc.ju.taobao.com*"
            ],
            "css": [
                "css\/modules\/jumenu.css",
                "apps\/spmPosition\/justyle.css",
                "apps\/spmPosition\/bootstrap.css"
            ],
            "js": [
                "js\/lib\/jQuery\/jquery-1.7.2.min.js",
                "apps\/spmPosition\/bootstrap.js",
                "js\/lib\/Highcharts3\/highstock.js",
                "js\/global\/patch.js",
                "js\/global\/common.js",
                "js\/modules\/jumenu.js",
                "apps\/spmPosition\/jumain.js",
                "apps\/spmPosition\/juorder.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": []
}