Lower Ebay Price Alert

This extension shows ebay price of the selling item on Amazon when ebay price is lower.

ما هو Lower Ebay Price Alert؟

Lower Ebay Price Alert هو إضافة Chrome تم تطويرها بواسطة ferryzhou، والميزة الرئيسية لها هي "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".

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

screenshot

تحميل ملف CRX للإضافة Lower Ebay Price Alert

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

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

                                            

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

الاسم Lower Ebay Price Alert Lower Ebay Price Alert
ID ngcbdfdpiffiblpaokclgmbomelnopoe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe
الوصف This extension shows ebay price of the selling item on Amazon when ebay price is lower.
حجم الملف 48.06 KB
عدد التثبيتات 163
النسخة الحالية 1.0
آخر تحديث 2015-12-20
تاريخ النشر 2015-12-20
تقييم 2.00/5 مجموع تقييمات 1
المطور ferryzhou
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lower Ebay Price Alert",
    "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.",
    "version": "1.0",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "underscore-min.js",
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/ebayprice-1164.appspot.com\/*",
        "http:\/\/www.amazon.com\/*"
    ]
}