Price-fix

PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.

Price-fix란 무엇입니까?

Price-fix은(는) Zen Arbitrage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click."입니다.

확장 프로그램 스크린샷

screenshot

Price-fix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.                    

확장 프로그램 기본 정보

이름 Price-fix Price-fix
ID coniammgndoohnfbcdkccdcofoodplml
공식 URL https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml
설명 PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
파일 크기 545 KB
설치 횟수 157
현재 버전 2.0.3
최근 업데이트 2023-02-27
출시 날짜 2020-06-16
개발자 Zen Arbitrage
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zenarbitrage.co/
개인정보 보호 정책 페이지 URL https://www.zenarbitrage.co/optin1591157726581
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Peter Valley",
    "name": "Price-fix",
    "description": "PriceFix repairs Amazon \"high price errors,\" automating the editing of prices on your stranded inventory page with 1-click.",
    "manifest_version": 3,
    "version": "2.0.3",
    "icons": {
        "512": "icon2.png"
    },
    "action": {
        "default_popup": "src\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/*"
            ],
            "css": [
                "src\/css\/style.css"
            ],
            "js": [
                "src\/js\/jquery-3.1.1.min.js",
                "src\/js\/config.js",
                "src\/js\/rollbar.min.js",
                "src\/js\/Pricefix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/img\/*"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/www.amazon.sg\/*",
                "*:\/\/www.amazon.com.tr\/*",
                "*:\/\/www.amazon.ae\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com.au\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/fonts.googleapis.com\/*"
    ]
}