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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}