AMZ Seller Helper

Helper for Amazon sellers

AMZ Seller Helper क्या है?

AMZ Seller Helper http://repricer-online.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helper for Amazon sellers"।

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

screenshot
screenshot

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

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

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

                        This plugin opens up great opportunities for competition analysis for Amazon sellers, and also adds several useful tools. If you sell something on Amazon, just try installing this extension and working with it for a while. We are sure that in a couple of weeks you simply can not proceed without its powerful capabilities.

Detailed instructions, as well as a description of all the extension options, can be found on the website: https://repricer.online/amazon-sellers-helper

With all suggestions and comments, do not hesitate to get back to us via e-mail. The extension is constantly evolving and we are always glad to know about new suggestions.                    

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

नाम AMZ Seller Helper AMZ Seller Helper
ID hgmmefanbbggihalfalkoheeagiehbdj
आधिकारिक URL https://chrome.google.com/webstore/detail/amz-seller-helper/hgmmefanbbggihalfalkoheeagiehbdj
विवरण Helper for Amazon sellers
फ़ाइल का आकार 100 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-09-30
प्रकाशन तिथि 2020-06-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर http://repricer-online.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://repricer-online.com/amazon-sellers-helper
सहायता पृष्ठ URL https://repricer-online.com/amazon-sellers-helper
गोपनीयता नीति पृष्ठ URL https://repricer.online/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMZ Seller Helper",
    "version": "1.2",
    "description": "Helper for Amazon sellers",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.com.tr\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.com.br\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.br\/*"
            ],
            "js": [
                "js\/product-page-content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "96": "images\/icons\/96.png",
            "128": "images\/icons\/128.png",
            "144": "images\/icons\/144.png",
            "192": "images\/icons\/192.png",
            "256": "images\/icons\/256.png"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png",
        "144": "images\/icons\/144.png",
        "192": "images\/icons\/192.png",
        "256": "images\/icons\/256.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "options.html"
    ]
}