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
Eメール [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"
    }
}