Amzsite: Amazon Product Research Software

Amazon Product Research Seller Software

Amzsite: Amazon Product Research Software क्या है?

Amzsite: Amazon Product Research Software https://amzsite.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazon Product Research Seller Software"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        90 Day Product History, Amazon Alerts, Sales Revenue Estimates, and more. 

Data is crucial to succeeding on Amazon. All the global brands use it, and now you can too. Use our Amazon chrome extension to build your online business, grow your profits, and beat the competition.

See all the data on one page without having to click on every item and save your time. View Sales Estimates, Best Seller Rank (BSR), and First Review Dates for the past 90 days in one click - all you need to do is click on the extension, and watch the data appear. Image Gallery, Filtering, Sorting, Hiding Rows, CSV Export; you'll get all these features and more. 

We currently support the United States Amazon Marketplace. We will be adding additional marketplaces soon.                    

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

नाम Amzsite: Amazon Product Research Software Amzsite: Amazon Product Research Software
ID makgnecokemjkcnkpgcaaaaljlopgnki
आधिकारिक URL https://chromewebstore.google.com/detail/amzsite-amazon-product-re/makgnecokemjkcnkpgcaaaaljlopgnki
विवरण Amazon Product Research Seller Software
फ़ाइल का आकार 2.94 MB
स्थापना संख्या 75
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2022-12-26
प्रकाशन तिथि 2022-08-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://amzsite.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.amzsite.com
गोपनीयता नीति पृष्ठ URL https://www.amzsite.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1",
    "manifest_version": 3,
    "name": "Amzsite: Amazon Product Research Software",
    "description": "Amazon Product Research Seller Software",
    "homepage_url": "https:\/\/amzsite.com",
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "images\/*.png",
                "images\/*.gif",
                "images\/*.svg",
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "popup.css"
            ],
            "js": [
                "lib.js",
                "popup.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}