Sears Shopping Assistant

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

Qu'est-ce que Sears Shopping Assistant ?

Sears Shopping Assistant est une extension Chrome développée par DataMiner, et sa fonction principale est "Buy on Sears.com and pick up from a store near you.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sears Shopping Assistant

Téléchargez les fichiers d'extension Sears Shopping Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sears Shopping Assistant Sears Shopping Assistant
ID edpfbkanamlfniagpjlgjfghagekhmpo
URL Officiel https://chrome.google.com/webstore/detail/sears-shopping-assistant/edpfbkanamlfniagpjlgjfghagekhmpo
Description Buy on Sears.com and pick up from a store near you.
Taille du Fichier 95.5 KB
Nombre d'Installations 76
Version Actuelle 1.34
Dernière Mise à Jour 2015-07-26
Date de Publication 2015-07-26
Évaluation 4.00/5 Total 4 Évaluations
Développeur DataMiner
Type de Paiement free
Site Web de l'Extension http://www.softwareinnovationlab.com
Langues Prises en Charge 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'"
}