Algopix

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

什么是Algopix?

Algopix是由https://algopix.com开发的Chrome扩展程序,该扩展的主要功能是“Fast and easy eCommerce products market research analysis and estimated revenue.”。

扩展截图

screenshot

下载Algopix扩展crx文件

下载Algopix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL https://algopix.com/privacy
隐私政策页面URL 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"
    }
}