Amazon Review Tracker

You can track Review and Ratings of the Amazon Product. From Sellergyan

什么是Amazon Review Tracker?

Amazon Review Tracker是由https://www.sellergyan.com开发的Chrome扩展程序,该扩展的主要功能是“You can track Review and Ratings of the Amazon Product. From Sellergyan”。

扩展截图

screenshot

下载Amazon Review Tracker扩展crx文件

下载Amazon Review Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Track reviews of Amazon products for given merchant. Powered by sellergyan.                    

扩展基本信息

名称 Amazon Review Tracker Amazon Review Tracker
ID lcmgdfkaegmeeifnngjgdppelcbpabch
官方URL https://chromewebstore.google.com/detail/amazon-review-tracker/lcmgdfkaegmeeifnngjgdppelcbpabch
简介 You can track Review and Ratings of the Amazon Product. From Sellergyan
文件大小 207 KB
安装次数 17
当前版本 1.2
更新时间 2019-07-18
上架时间 2019-07-18
开发者 https://www.sellergyan.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Review Tracker",
    "offline_enabled": false,
    "page_action": {
        "default_title": "Amazon Review Tracker",
        "default_popup": "count.html"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.ae\/s?me=*",
                "https:\/\/www.amazon.com\/s?me=*",
                "https:\/\/www.amazon.in\/s?me=*",
                "https:\/\/www.amazon.co.jp\/s?me=*",
                "https:\/\/www.amazon.cn\/s?me=*",
                "https:\/\/www.amazon.com.sg\/s?me=*",
                "https:\/\/www.amazon.fr\/s?me=*",
                "https:\/\/www.amazon.de\/s?me=*",
                "https:\/\/www.amazon.it\/s?me=*",
                "https:\/\/www.amazon.nl\/s?me=*",
                "https:\/\/www.amazon.es\/s?me=*",
                "https:\/\/www.amazon.co.uk\/s?me=*",
                "https:\/\/www.amazon.ca\/s?me=*",
                "https:\/\/www.amazon.com.mx\/s?me=*",
                "https:\/\/www.amazon.com.au\/s?me=*",
                "https:\/\/www.amazon.com.br\/s?me=*"
            ],
            "js": [
                "content.js",
                "jquery.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "version": "1.2",
    "description": "You can track Review and Ratings of the Amazon Product. From Sellergyan",
    "permissions": [
        "https:\/\/www.sellergyan.com\/*",
        "http:\/\/localhost\/*",
        "https:\/\/prosellerai.com\/*"
    ]
}