阿里巴巴搜索举报工具

阿里巴巴搜索举报工具

What is 阿里巴巴搜索举报工具?

阿里巴巴搜索举报工具 is a Chrome extension developed by 19104312lj, and its main feature is "阿里巴巴搜索举报工具".

Extension Screenshots

screenshot

Download 阿里巴巴搜索举报工具 Extension CRX File

Download 阿里巴巴搜索举报工具 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

                        阿里巴巴搜索评测系统插件.
用户安装后,提交的badcase通过审批后可以直接干预掉。                    

Extension Basic Information

Name 阿里巴巴搜索举报工具 阿里巴巴搜索举报工具
ID hfofefgknpadhnkldafhkjkgnkdaipki
Official URL https://chromewebstore.google.com/detail/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E6%90%9C%E7%B4%A2%E4%B8%BE%E6%8A%A5%E5%B7%A5%E5%85%B7/hfofefgknpadhnkldafhkjkgnkdaipki
Description 阿里巴巴搜索举报工具
File Size 67.83 KB
Installation Count 66
Current Version 2.0.5
Last Updated 2016-03-28
Publish Date 2016-03-27
Rating 3.67/5 Total 3 Ratings
Developer 19104312lj
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u963f\u91cc\u5df4\u5df4\u641c\u7d22\u4e3e\u62a5\u5de5\u5177",
    "version": "2.0.5",
    "description": "\u963f\u91cc\u5df4\u5df4\u641c\u7d22\u4e3e\u62a5\u5de5\u5177",
    "permissions": [
        "http:\/\/*\/"
    ],
    "icons": {
        "48": "alibaba48.png",
        "128": "alibaba128.png"
    },
    "browser_action": {
        "default_icon": "alibaba48.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.alibaba.com\/products\/*.html*",
                "*:\/\/*.alibaba.com\/products\/*\/1.html*",
                "*:\/\/*.alibaba.com\/products\/*\/2.html*",
                "*:\/\/*.alibaba.com\/products\/*\/3.html*",
                "*:\/\/*.alibaba.com\/trade\/search*"
            ],
            "js": [
                "jquery.min.js",
                "sc.js"
            ]
        }
    ]
}