Amazon Product Research Tool by Sellergyan

This extension will help an Amazon seller do research on product data and grow their business

Amazon Product Research Tool by Sellergyan क्या है?

Amazon Product Research Tool by Sellergyan http://www.sellergyan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help an Amazon seller do research on product data and grow their business"।

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

screenshot
screenshot

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

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

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

                        This extension will help an Amazon seller do research on product data and grow their business. This extension supports all the marketplaces of Amazon. Powered by Seller gyan                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Product Research Tool by Sellergyan Amazon Product Research Tool by Sellergyan
ID gjbnckfcmkgdklfglokdcmhkngmlbimm
आधिकारिक URL https://chrome.google.com/webstore/detail/amazon-product-research-t/gjbnckfcmkgdklfglokdcmhkngmlbimm
विवरण This extension will help an Amazon seller do research on product data and grow their business
फ़ाइल का आकार 145 KB
स्थापना संख्या 87
वर्तमान संस्करण 1.4
अंतिम अपडेट 2019-06-25
प्रकाशन तिथि 2019-06-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://www.sellergyan.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Product Research Tool by Sellergyan",
    "short_name": "Amazon Product Research Tool",
    "page_action": {
        "default_title": "Amazon Product Research Tool by Sellergyan",
        "default_popup": "count.html"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.co.uk\/s?*",
                "https:\/\/www.amazon.es\/s?*",
                "https:\/\/www.amazon.com.mx\/s?*",
                "https:\/\/www.amazon.co.jp\/s?*",
                "https:\/\/www.amazon.it\/s?*",
                "https:\/\/www.amazon.de\/s?*",
                "https:\/\/www.amazon.fr\/s?*",
                "https:\/\/www.amazon.cn\/s?*",
                "https:\/\/www.amazon.ca\/s?*",
                "https:\/\/www.amazon.com.br\/s?*",
                "https:\/\/www.amazon.com.au\/s?*",
                "https:\/\/www.amazon.com\/s?*",
                "https:\/\/www.amazon.ae\/s?*",
                "https:\/\/www.amazon.in\/s*",
                "https:\/\/www.amazon.in\/gp\/search\/*",
                "https:\/\/www.amazon.in\/s?*"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "version": "1.4",
    "description": "This extension will help an Amazon seller do research on product data and grow their business",
    "permissions": [
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.sellergyan.com\/*",
        "https:\/\/www.googletagmanager.com\/*"
    ]
}