Sears Assistant
This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart
Wat is Sears Assistant?
Sears Assistant is een Chrome-extensie ontwikkeld door Launch Development, en de belangrijkste functie is "This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart".
Extensie Screenshots
Download het CRX-bestand van de extensie Sears Assistant
Download Sears 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
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!
Basisinformatie over de Extensie
Naam | Sears Assistant |
ID | pleebndgfhcfcgcgomiejiicgklobiah |
Officiële URL | https://chromewebstore.google.com/detail/sears-assistant/pleebndgfhcfcgcgomiejiicgklobiah |
Beschrijving | This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart |
Bestandsgrootte | 20.81 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2019-01-13 |
Publicatiedatum | 2019-01-12 |
Ontwikkelaar | Launch Development |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://pushkarprateek.com/searsintelligence/ |
Help Pagina-URL | https://medium.com/@pushkarprateek/searsintelligence-manual-272fd7030578#.7p9fe213a |
Ondersteunde Talen | 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" } |