Sears Shopping Assistant

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

Was ist Sears Shopping Assistant?

Sears Shopping Assistant ist eine Chrome-Erweiterung, die von DataMiner entwickelt wurde, und ihr Hauptmerkmal ist "Buy on Sears.com and pick up from a store near you.".

Erweiterungsscreenshots

screenshot

Sears Shopping Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sears Shopping Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sears Shopping Assistant Sears Shopping Assistant
ID edpfbkanamlfniagpjlgjfghagekhmpo
Offizielle URL https://chrome.google.com/webstore/detail/sears-shopping-assistant/edpfbkanamlfniagpjlgjfghagekhmpo
Beschreibung Buy on Sears.com and pick up from a store near you.
Dateigröße 95.5 KB
Installationsanzahl 76
Aktuelle Version 1.34
Letztes Update 2015-07-26
Veröffentlichungsdatum 2015-07-26
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler DataMiner
Zahlungsart free
Erweiterungswebsite http://www.softwareinnovationlab.com
Unterstützte Sprachen 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'"
}