Sears Assistant

This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart

Was ist Sears Assistant?

Sears Assistant ist eine Chrome-Erweiterung, die von Launch Development entwickelt wurde, und ihr Hauptmerkmal ist "This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart".

Erweiterungsscreenshots

screenshot

Sears Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sears 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

                        This is an extension that can be used to report issues with the pricing or content of Sears products, as well as compare them to other websites such as Amazon and Ebay. This is perfect for anyone who enjoys sharing their feedback!                    

Grundlegende Informationen zur Erweiterung

Name Sears Assistant Sears Assistant
ID pleebndgfhcfcgcgomiejiicgklobiah
Offizielle URL https://chromewebstore.google.com/detail/sears-assistant/pleebndgfhcfcgcgomiejiicgklobiah
Beschreibung This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart
Dateigröße 20.81 KB
Installationsanzahl 10
Aktuelle Version 0.7
Letztes Update 2019-01-13
Veröffentlichungsdatum 2019-01-12
Entwickler Launch Development
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://pushkarprateek.com/searsintelligence/
Hilfeseite URL https://medium.com/@pushkarprateek/searsintelligence-manual-272fd7030578#.7p9fe213a
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "searsIntelligence16x16.png",
        "default_title": "Sears Assistant \nClick to report issues at Sears."
    },
    "description": "This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart",
    "homepage_url": "https:\/\/medium.com\/@pushkarprateek\/searsintelligence-manual-272fd7030578#.1rxlcm23l",
    "icons": {
        "128": "searsIntelligence128x128.png"
    },
    "manifest_version": 2,
    "name": "Sears Assistant",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.7"
}