选品精灵 v2.0

根据每个类目High-inquiry products/Hot-selling products榜单产品数据的聚合及产品跟踪,供应商用户可以在自家产品中,挑选出更贴合市场需求的产品,进行发布,推广,从而达到打造爆款的目标

What is 选品精灵 v2.0?

选品精灵 v2.0 is a Chrome extension developed by c18163626564, and its main feature is "根据每个类目High-inquiry products/Hot-selling products榜单产品数据的聚合及产品跟踪,供应商用户可以在自家产品中,挑选出更贴合市场需求的产品,进行发布,推广,从而达到打造爆款的目标".

Extension Screenshots

screenshot
screenshot
screenshot

Download 选品精灵 v2.0 Extension CRX File

Download 选品精灵 v2.0 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

                        用户在购买本软件后在阿里首页搜索关键词,该会在搜索结果页面中新增板块对查询类目下行业优秀卖家名单及行业热销的产品列表进行页面展示;并可以在产品详情页查看店铺详情和平台效果数据、这样能够更直观了解产品及店铺信息。
用户可以通过本产品进行店铺和产品的数据跟踪,并且可以通过曲线图直观的看到数据上的变化,并支持用户导出跟踪数据。
用户可以在产品列表页查看到每隔产品对应的相关统计数据、包括近180天销量、交易单数、买家数、近180天询盘数,这样有利于客户直观的了解该产品的营销数据、并作为自己发品的参考。
用户可以根据每个类目High-inquiry products/Hot-selling products榜单产品数据的聚合及产品跟踪,供应商用户可以在自家产品中,挑选出更贴合市场需求的产品,进行发布,推广,从而达到打造爆款的目标。                    

Extension Basic Information

Name 选品精灵 v2.0 选品精灵 v2.0
ID gnogimkcfkicjabaeojmjdabemcopghl
Official URL https://chromewebstore.google.com/detail/%E9%80%89%E5%93%81%E7%B2%BE%E7%81%B5-v20/gnogimkcfkicjabaeojmjdabemcopghl
Description 根据每个类目High-inquiry products/Hot-selling products榜单产品数据的聚合及产品跟踪,供应商用户可以在自家产品中,挑选出更贴合市场需求的产品,进行发布,推广,从而达到打造爆款的目标
File Size 67.25 KB
Installation Count 450
Current Version 2.0
Last Updated 2021-10-28
Publish Date 2021-10-19
Developer c18163626564
Email [email protected]
Payment Type free
Extension Website https://chrome.sonnynet.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u9009\u54c1\u7cbe\u7075 v2.0",
    "description": "\u6839\u636e\u6bcf\u4e2a\u7c7b\u76eeHigh-inquiry products\/Hot-selling products\u699c\u5355\u4ea7\u54c1\u6570\u636e\u7684\u805a\u5408\u53ca\u4ea7\u54c1\u8ddf\u8e2a\uff0c\u4f9b\u5e94\u5546\u7528\u6237\u53ef\u4ee5\u5728\u81ea\u5bb6\u4ea7\u54c1\u4e2d\uff0c\u6311\u9009\u51fa\u66f4\u8d34\u5408\u5e02\u573a\u9700\u6c42\u7684\u4ea7\u54c1\uff0c\u8fdb\u884c\u53d1\u5e03\uff0c\u63a8\u5e7f\uff0c\u4ece\u800c\u8fbe\u5230\u6253\u9020\u7206\u6b3e\u7684\u76ee\u6807",
    "version": "2.0",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.alibaba.com\/*",
                "https:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "js\/alibaba_url.js"
            ],
            "css": [
                "css\/alibaba.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}