EuroSaver - Amazon Product Price Comparison

Simplifies Amazon product price comparison between all supported european Amazon stores.

ما هو EuroSaver - Amazon Product Price Comparison؟

EuroSaver - Amazon Product Price Comparison هو إضافة Chrome تم تطويرها بواسطة Foundere Developer، والميزة الرئيسية لها هي "Simplifies Amazon product price comparison between all supported european Amazon stores.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة EuroSaver - Amazon Product Price Comparison

قم بتنزيل ملفات الامتداد EuroSaver - Amazon Product Price Comparison بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Save money and time when shopping online.

EuroSaver compares prices for your product across all european Amazon stores.

💵 Automatic currency conversion

🚛 Includes possible shipping costs

So why wait? Install our powerful browser extension today and start saving time and money while shopping on Amazon.

🪄 You can customize how and where you want to see the comparison by accessing the extension´s settings page.

Due to the differences in pricing and availability of these formats across different stores, our extension may occasionally parse incorrect prices for these types of products. We are aware of this issue and are working to improve our algorithms to provide more accurate pricing information for all product types.

We apologize for any inconvenience this may cause, and we appreciate your patience and understanding as we work to improve our extension. If you encounter any issues or have any feedback, please don't hesitate to contact us.                    

معلومات أساسية عن التمديد

الاسم EuroSaver - Amazon Product Price Comparison EuroSaver - Amazon Product Price Comparison
ID ofiokjopppicpjjnklicjlnenhabhfhf
عنوان URL الرسمي https://chromewebstore.google.com/detail/eurosaver-amazon-product/ofiokjopppicpjjnklicjlnenhabhfhf
الوصف Simplifies Amazon product price comparison between all supported european Amazon stores.
حجم الملف 338 KB
عدد التثبيتات 26,153
النسخة الحالية 1.2.6
آخر تحديث 2024-01-23
تاريخ النشر 2022-08-02
تقييم 4.44/5 مجموع تقييمات 61
المطور Foundere Developer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://eurosaver.net/
عنوان صفحة سياسة الخصوصية https://eurosaver.net/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Foundere Developer",
    "description": "Simplifies Amazon product price comparison between all supported european Amazon stores.",
    "name": "EuroSaver - Amazon Product Price Comparison",
    "version": "1.2.6",
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "css": [
                "assets\/index-345f7859.css"
            ],
            "matches": [
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.se\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com.be\/*",
                "*:\/\/www.amazon.pl\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.fr\/*",
        "*:\/\/www.amazon.it\/*",
        "*:\/\/www.amazon.es\/*",
        "*:\/\/www.amazon.nl\/*",
        "*:\/\/www.amazon.se\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.com.be\/*",
        "*:\/\/www.amazon.pl\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-368b3ddc.js",
                "assets\/logo_transparent-43b88244.png",
                "assets\/react-e06fbbc1.js",
                "assets\/browser-polyfill-c7358dbc.js",
                "assets\/storage-ec3c5ee9.js",
                "assets\/message-bus-27ce7d68.js",
                "assets\/Spinner-214ca8a2.js",
                "assets\/icon-e1a4f155.png",
                "assets\/es-430e4260.png",
                "assets\/pl-eb3e11ff.png",
                "assets\/uk-ccd31316.png",
                "assets\/index-345f7859.css"
            ],
            "matches": [
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.se\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com.be\/*",
                "*:\/\/www.amazon.pl\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}