Sears Assistant

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

Hvad er Sears Assistant?

Sears Assistant er en Chrome-udvidelse udviklet af Launch Development, og dens hovedfunktion er "This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart".

Udvidelsesskærmbilleder

screenshot

Download Sears Assistant-udvidelses-CRX-fil

Download Sears Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Sears Assistant Sears Assistant
ID pleebndgfhcfcgcgomiejiicgklobiah
Officiel URL https://chromewebstore.google.com/detail/sears-assistant/pleebndgfhcfcgcgomiejiicgklobiah
Beskrivelse This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart
Filstørrelse 20.81 KB
Antal Installationer 10
Nuværende Version 0.7
Senest Opdateret 2019-01-13
Udgivelsesdato 2019-01-12
Udvikler Launch Development
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://pushkarprateek.com/searsintelligence/
Hjælpeside-URL https://medium.com/@pushkarprateek/searsintelligence-manual-272fd7030578#.7p9fe213a
Understøttede Sprog 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"
}