PriceLocal

Chrome Extension for PriceLocal

ما هو PriceLocal؟

PriceLocal هو إضافة Chrome تم تطويرها بواسطة https://getpricelocal.com، والميزة الرئيسية لها هي "Chrome Extension for PriceLocal".

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

screenshot

تحميل ملف CRX للإضافة PriceLocal

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

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

                        PriceLocal lets you get a price match from local stores that match the Amazon price on products you request. Simply install the Chrome extension, shop for what you want on Amazon and PriceLocal lets you send your price match requests to local stores! Shop local, save big!                    

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

الاسم PriceLocal PriceLocal
ID fcnjjcioichnaamcgeefofffenomgaaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/pricelocal/fcnjjcioichnaamcgeefofffenomgaaa
الوصف Chrome Extension for PriceLocal
حجم الملف 18.13 KB
عدد التثبيتات 420
النسخة الحالية 0.192
آخر تحديث 2016-08-01
تاريخ النشر 2016-08-01
المطور https://getpricelocal.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "PriceLocal"
    },
    "name": "PriceLocal",
    "description": "Chrome Extension for PriceLocal",
    "homepage_url": "http:\/\/www.getpricelocal.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "",
        "geolocation",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.getpricelocal.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bookmarklet.js"
    ],
    "version": "0.192",
    "manifest_version": 2
}