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 هو إضافة Chrome تم تطويرها بواسطة Zen Arbitrage، والميزة الرئيسية لها هي "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Price-fix

قم بتنزيل ملفات الامتداد Price-fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}