Amazon Review Tracker

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

Amazon Review Trackerคืออะไร?

Amazon Review Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sellergyan.com และคุณลักษณะหลักของมันคือ "You can track Review and Ratings of the Amazon Product. From Sellergyan"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Review Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}