AMZBase - Free Amazon Product Research Tool

AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.

AMZBase - Free Amazon Product Research Tool क्या है?

AMZBase - Free Amazon Product Research Tool amzbase द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AMZBase is a free tool for assisting you in your search to find products to sell on Amazon."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        AMZBase - Free Amazon Product Research Tool

AMZBase for Amazon Seller
Speed up your product research
Tool for assisting in your search to find products to sell on Amazon. It helps sellers to quickly obtain the ASIN No. and the title description of listings on Amazon. Provides immediate access to other sites from the menu button and ect.

Included Features
1. Hover over a product image to effortlessly obtain the ASIN No and the title description of the listing
2. Find the historical prices of products using one-click
3. Search products on Search Engine
4. Source the related product
5. Check listing information on other retailing websites
6. Calculate the FBA profits of product quickly
7. Pick certain words from your screen and search them immediately                    

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

नाम AMZBase - Free Amazon Product Research Tool AMZBase - Free Amazon Product Research Tool
ID nhebfnlghmjfcammdgbgfcomeonbfcfn
आधिकारिक URL https://chromewebstore.google.com/detail/amzbase-free-amazon-produ/nhebfnlghmjfcammdgbgfcomeonbfcfn
विवरण AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.
फ़ाइल का आकार 43.97 KB
स्थापना संख्या 27,096
वर्तमान संस्करण v1.1.2
अंतिम अपडेट 2021-03-22
प्रकाशन तिथि 2019-04-24
रेटिंग 4.33/5 कुल 9 रेटिंग्स
डेवलपर amzbase
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.amzbase.com
गोपनीयता नीति पृष्ठ URL https://webmaster-assistant.burnbat.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "homepage_url": "https:\/\/www.amzbase.com",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMZBase - Free Amazon Product Research Tool",
    "description": "AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.",
    "version": "1.1.2",
    "version_name": "v1.1.2",
    "author": "AMZBase Team",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        },
        "default_title": "AMZBase"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.mx\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.nl\/*",
        "https:\/\/*.amazon.se\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.in\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-3.2.1.min.js",
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.mx\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.in\/*"
            ],
            "js": [
                "scripts\/jquery-3.2.1.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}