realcalc

聚划算数据插件

What is realcalc?

realcalc is a Chrome extension developed by 剧辛, and its main feature is "聚划算数据插件".

Extension Screenshots

screenshot

Download realcalc Extension CRX File

Download realcalc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name realcalc realcalc
ID jlckhggkmiogjgklfmdknapdalflmglg
Official URL https://chromewebstore.google.com/detail/realcalc/jlckhggkmiogjgklfmdknapdalflmglg
Description 聚划算数据插件
File Size 257 KB
Installation Count 12
Current Version 1.0.9
Last Updated 2014-11-07
Publish Date 2014-11-07
Developer 剧辛
Payment Type free
Supported Languages 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": []
}