Sears Shopping Assistant

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

什么是Sears Shopping Assistant?

Sears Shopping Assistant是由DataMiner开发的Chrome扩展程序,该扩展的主要功能是“Buy on Sears.com and pick up from a store near you.”。

扩展截图

screenshot

下载Sears Shopping Assistant扩展crx文件

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