Algopix

Fast and easy eCommerce products market research analysis and estimated revenue.

ما هو Algopix؟

Algopix هو إضافة Chrome تم تطويرها بواسطة https://algopix.com، والميزة الرئيسية لها هي "Fast and easy eCommerce products market research analysis and estimated revenue.".

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

screenshot

تحميل ملف CRX للإضافة Algopix

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

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

                        Algopix is the ultimate chrome extension for online sellers looking to identify profitable products with low competition while browsing Amazon. 

Algopix Extension provides data on pricing history, demand, and competition levels, so sellers can make informed decisions on product pricing. 

It also gives insights into the various platform fees, ranking history, sales performance, product identifiers, and shipping dimensions. This wealth of information helps sellers make sure they choose a product that will give them an edge in the marketplace.

Make your product research process simple, identify winning products on Amazon. Download now!                    

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

الاسم Algopix Algopix
ID jflfplhicdbbaoahahddfanfbbjkfmmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/algopix/jflfplhicdbbaoahahddfanfbbjkfmmi
الوصف Fast and easy eCommerce products market research analysis and estimated revenue.
حجم الملف 176 KB
عدد التثبيتات 313
النسخة الحالية 1.0.4
آخر تحديث 2023-08-24
تاريخ النشر 2023-08-21
تقييم 5.00/5 مجموع تقييمات 9
المطور https://algopix.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://algopix.com
عنوان صفحة المساعدة https://algopix.com/privacy
عنوان صفحة سياسة الخصوصية https://algopix.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Algopix",
    "description": "Fast and easy eCommerce products market research analysis and estimated revenue.",
    "version": "1.0.4",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.com.au\/*"
            ],
            "js": [
                "assets\/js\/chart.js"
            ],
            "css": [
                "style.css",
                "product-list-style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "AlgoPix",
        "default_icon": "assets\/imgs\/favicon-96x96.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.com.au\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "*.js",
                "*.css",
                "assets\/*\/*.*"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.com.au\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/imgs\/beta-16x16.png",
        "32": "assets\/imgs\/beta-32x32.png",
        "96": "assets\/imgs\/beta-96x96.png"
    }
}