窥魔 - 永久免费亚马逊竞品库存查询

窥魔 - 永久免费亚马逊竞品库存查询

What is 窥魔 - 永久免费亚马逊竞品库存查询?

窥魔 - 永久免费亚马逊竞品库存查询 is a Chrome extension developed by CC11001100, and its main feature is "窥魔 - 永久免费亚马逊竞品库存查询".

Extension Screenshots

screenshot
screenshot
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

                        窥魔是一款永久免费的亚马逊竞品库存查询插件,在加购的基础上构建了一系列的功能。

1. 页面自动查库存
- 在商品详情页时,如果已经选中sku,则自动查询其库存
- 在跟卖页面时,自动查询跟卖卖家的库存
- 在搜索关键词时,自动查询关键词竞品的库存

2. 批量查询
- 支持ASIN批量查询
- 支持按照Listing批量查询

3. 导出
- 所有查询记录皆可以导出为Excel

4. 缓存
- 内置的爬虫系统默认会使用缓存,可大大减少发出去的查询请求个数,降低被RobotCheck的几率

5. 支持站点
- 对亚马逊15个站点提供支持(除了中国站)

6. 设置
- 所有关键功能均提供开关,供用户根据自己的情况灵活配置                    

Extension Basic Information

Name 窥魔 - 永久免费亚马逊竞品库存查询 窥魔 - 永久免费亚马逊竞品库存查询
ID hadbecmlcefimjheionmdhnmdjclpbnj
Official URL https://chromewebstore.google.com/detail/%E7%AA%A5%E9%AD%94-%E6%B0%B8%E4%B9%85%E5%85%8D%E8%B4%B9%E4%BA%9A%E9%A9%AC%E9%80%8A%E7%AB%9E%E5%93%81%E5%BA%93%E5%AD%98%E6%9F%A5%E8%AF%A2/hadbecmlcefimjheionmdhnmdjclpbnj
Description 窥魔 - 永久免费亚马逊竞品库存查询
File Size 4.48 MB
Installation Count 1,159
Current Version 0.1.1
Last Updated 2020-03-27
Publish Date 2020-03-27
Rating 5.00/5 Total 3 Ratings
Developer CC11001100
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.1",
    "name": "\u7aa5\u9b54 - \u6c38\u4e45\u514d\u8d39\u4e9a\u9a6c\u900a\u7ade\u54c1\u5e93\u5b58\u67e5\u8be2",
    "homepage_url": "https:\/\/www.cnblogs.com\/cc11001100\/",
    "description": "\u7aa5\u9b54 - \u6c38\u4e45\u514d\u8d39\u4e9a\u9a6c\u900a\u7ade\u54c1\u5e93\u5b58\u67e5\u8be2",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.nl\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/icon.png",
            "38": "icons\/icon.png"
        }
    },
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}