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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can track Review and Ratings of the Amazon Product. From Sellergyan"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Review Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}