Price on Fire

This extension fetches the best prices for products you're interested in.

ما هو Price on Fire؟

Price on Fire هو إضافة Chrome تم تطويرها بواسطة http://www.anuj.ca، والميزة الرئيسية لها هي "This extension fetches the best prices for products you're interested in.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Price on Fire

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

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

                        Price on Fire is an easy to use extension that helps consumers find the best prices for the products they wish to purchase. This extension compares product prices on Amazon with the prices of the same products on eBay. All you have to do is go to an Amazon product page, and once the page is fully loaded, click on the orange PoF logo and watch the prices from eBay merchants show up.                    

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

الاسم Price on Fire Price on Fire
ID dafbpnlkdiglfmakihogdipapknmoghd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/price-on-fire/dafbpnlkdiglfmakihogdipapknmoghd
الوصف This extension fetches the best prices for products you're interested in.
حجم الملف 70.73 KB
عدد التثبيتات 10
النسخة الحالية 1.1
آخر تحديث 2014-10-20
تاريخ النشر 2014-10-20
المطور http://www.anuj.ca
نوع الدفع free
موقع الإضافة http://anuj.ca/price-on-fire/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price on Fire",
    "description": "This extension fetches the best prices for products you're interested in.",
    "version": "1.1",
    "background": {
        "scripts": [
            "resources\/js\/jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'",
    "permissions": [
        "http:\/\/svcs.ebay.com\/",
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_icon": {
            "19": "resources\/images\/icon_19.png",
            "38": "resources\/images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Price on Fire"
    },
    "content_scripts": [
        {
            "js": [
                "resources\/js\/jquery-1.11.1.min.js",
                "search_ebay.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}