Sears Shopping Assistant

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

Wat is Sears Shopping Assistant?

Sears Shopping Assistant is een Chrome-extensie ontwikkeld door DataMiner, en de belangrijkste functie is "Buy on Sears.com and pick up from a store near you.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sears Shopping Assistant

Download Sears Shopping Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sears Shopping Assistant Sears Shopping Assistant
ID edpfbkanamlfniagpjlgjfghagekhmpo
Officiële URL https://chrome.google.com/webstore/detail/sears-shopping-assistant/edpfbkanamlfniagpjlgjfghagekhmpo
Beschrijving Buy on Sears.com and pick up from a store near you.
Bestandsgrootte 95.5 KB
Aantal Installaties 76
Huidige Versie 1.34
Laatst Bijgewerkt 2015-07-26
Publicatiedatum 2015-07-26
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar DataMiner
Betalingswijze free
Extensiewebsite http://www.softwareinnovationlab.com
Ondersteunde Talen 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'"
}