Price-fix

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

Price-fix là gì?

Price-fix là một tiện ích mở rộng Chrome được phát triển bởi Zen Arbitrage, và tính năng chính của nó là "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Price-fix

Tải xuống các tệp mở rộng Price-fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Price-fix Price-fix
ID coniammgndoohnfbcdkccdcofoodplml
URL Chính Thức https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml
Mô tả PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Kích Thước Tệp 545 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-02-27
Ngày Phát Hành 2020-06-16
Nhà Phát Triển Zen Arbitrage
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zenarbitrage.co/
URL Trang Chính Sách Bảo Mật https://www.zenarbitrage.co/optin1591157726581
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}