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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}