Amazon Hot Items Finder - AmzDrop

This extension is an extremely useful tool for you to use with that new business you have been wanting to start!

ما هو Amazon Hot Items Finder - AmzDrop؟

Amazon Hot Items Finder - AmzDrop هو إضافة Chrome تم تطويرها بواسطة https://amzdrop.com، والميزة الرئيسية لها هي "This extension is an extremely useful tool for you to use with that new business you have been wanting to start!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Amazon Hot Items Finder - AmzDrop

قم بتنزيل ملفات الامتداد Amazon Hot Items Finder - AmzDrop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        If you are planning or have already started dropshipping business, then AmzDrop will be a real breakthrough for you!

The market is full of various goods. Manual looking for hot items by researching each offer is too long and boring. AmzDrop is always here to make your life easier and more convenient! Spend your time and energy on more important things, and leave the fuss with AmzDrop.

We are constantly improving our product. AmzDrop will help your business reach heights, while you make profit and enjoy! We strive to give our customers maximum opportunities for growth and development of dropshipping business.
Sart now!

We are always open to your suggestions and ideas. Our customers always help us to make the extension better. Leave feedback and suggestions and we will definitely take them into account.
AmzDrop has two main functions - sales analysis and listing scan.

Sales analysis includes the following functions:
- the number of goods sold. It will help you understand how popular the product is with customers and whether you need to add it to your dropshipping store;
- revenue from sales. AmzDrop calculates the approximate income from sales of goods for the selected period in the past;
- calculation of profit. This option will calculate your estimated profit from product sales in the future.

Listing scan includes:
- compiling a list of the best sellers;
- counting competitors and products they have in stock;
- analysis of your listings based on their description and other categories. A special formula will show how buyers see your listing;
- search for identical listings with the lowest prices. It will allow you to set a listing price that is attractive to buyers;

AmzDrop is made in such a way that any user can easily navigate in its categories and filter data for their convenience.

Trust your dropshipping business to AmzDrop and we will help you succeed!


v0.11.0
Added:
 - New login flow with easync oauth                    

معلومات أساسية عن التمديد

الاسم Amazon Hot Items Finder - AmzDrop Amazon Hot Items Finder - AmzDrop
ID nnaigeljgbndmbbgblfooljplddofljg
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-hot-items-finder-a/nnaigeljgbndmbbgblfooljplddofljg
الوصف This extension is an extremely useful tool for you to use with that new business you have been wanting to start!
حجم الملف 1.77 MB
عدد التثبيتات 1,156
النسخة الحالية 0.11.0 beta
آخر تحديث 2023-10-14
تاريخ النشر 2019-10-06
تقييم 3.00/5 مجموع تقييمات 2
المطور https://amzdrop.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://amzdrop.com/
عنوان صفحة المساعدة https://amzdrop.com/
عنوان صفحة سياسة الخصوصية https://amzdrop.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Hot Items Finder - AmzDrop",
    "description": "This extension is an extremely useful tool for you to use with that new business you have been wanting to start!",
    "version": "0.11.0",
    "version_name": "0.11.0 beta",
    "permissions": [
        "storage",
        "identity",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/core.easync.io\/*"
    ],
    "background": {
        "service_worker": "Background.ad1c9e5d.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/beta.easync.io\/*",
                "*:\/\/my.easync.io\/*"
            ],
            "js": [
                "App.3b888bc7.js"
            ],
            "run_at": "document_start",
            "css": [
                "App.ca7d40e2.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo16.d7c83402.png",
            "32": "logo32.7ac613cf.png",
            "128": "logo128.2a290f4c.png"
        }
    },
    "icons": {
        "16": "icon16.9ae1208e.png",
        "32": "icon32.740ce5df.png",
        "128": "icon128.3354ae0f.png"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/beta.easync.io\/*",
                "*:\/\/my.easync.io\/*"
            ],
            "resources": [
                "logo.6fde7e5f.svg",
                "pdfmake.f93389fe.js",
                "vfs_fonts.d6e33cc7.js",
                "canvg.min.4319caed.js",
                "xlsx.2b66f96b.js"
            ]
        }
    ]
}