Sears Shopping Assistant

Buy on Sears.com and pick up from a store near you.

ما هو Sears Shopping Assistant؟

Sears Shopping Assistant هو إضافة Chrome تم تطويرها بواسطة DataMiner، والميزة الرئيسية لها هي "Buy on Sears.com and pick up from a store near you.".

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

screenshot

تحميل ملف CRX للإضافة Sears Shopping Assistant

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

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

                        In a hurry? We automatically find local neighborhood stores that have items that you looking at online. 

Buy on Sears.com and pick up from a store near you.                    

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

الاسم Sears Shopping Assistant Sears Shopping Assistant
ID edpfbkanamlfniagpjlgjfghagekhmpo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sears-shopping-assistant/edpfbkanamlfniagpjlgjfghagekhmpo
الوصف Buy on Sears.com and pick up from a store near you.
حجم الملف 95.5 KB
عدد التثبيتات 76
النسخة الحالية 1.34
آخر تحديث 2015-07-26
تاريخ النشر 2015-07-26
تقييم 4.00/5 مجموع تقييمات 4
المطور DataMiner
نوع الدفع free
موقع الإضافة http://www.softwareinnovationlab.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sears Shopping Assistant",
    "short_name": "Sears Shopping Assistant",
    "version": "1.34",
    "description": "Buy on Sears.com and pick up from a store near you.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "html\/popup.html",
        "default_title": "Sears"
    },
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "lib\/google-analytics-bundle.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; http:\/\/api.developer.sears.com; object-src 'self'"
}