Zoom Player Deals

Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.

ما هو Zoom Player Deals؟

Zoom Player Deals هو إضافة Chrome تم تطويرها بواسطة http://inmatrix.com، والميزة الرئيسية لها هي "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zoom Player Deals

قم بتنزيل ملفات الامتداد Zoom Player Deals بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for.

Help Zoom Player development flourish by using this extension to help advise you with your online shopping.                    

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

الاسم Zoom Player Deals Zoom Player Deals
ID jhepckfebdcnjemeknooaegpociaaiae
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae
الوصف Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
حجم الملف 93.75 KB
عدد التثبيتات 1,799
النسخة الحالية 7.0.27
آخر تحديث 2017-07-10
تاريخ النشر 2017-07-10
تقييم 4.00/5 مجموع تقييمات 5
المطور http://inmatrix.com
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://inmatrix.com/privacy.shtml
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_shortName__",
    "version": "7.0.27",
    "manifest_version": 2,
    "icons": {
        "48": "img\/active48.png",
        "128": "img\/active128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_script.js",
            "browser_action.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/inactive19.png",
            "38": "img\/inactive38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [],
    "default_locale": "en"
}