Sears Assistant
This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart
What is Sears Assistant?
Sears Assistant is a Chrome extension developed by Launch Development, and its main feature is "This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart".
Extension Screenshots
Download Sears Assistant Extension CRX File
Download Sears Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Sears Assistant |
ID | pleebndgfhcfcgcgomiejiicgklobiah |
Official URL | https://chromewebstore.google.com/detail/sears-assistant/pleebndgfhcfcgcgomiejiicgklobiah |
Description | This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart |
File Size | 20.81 KB |
Installation Count | 10 |
Current Version | 0.7 |
Last Updated | 2019-01-13 |
Publish Date | 2019-01-12 |
Developer | Launch Development |
[email protected] | |
Payment Type | free |
Extension Website | http://pushkarprateek.com/searsintelligence/ |
Help Page URL | https://medium.com/@pushkarprateek/searsintelligence-manual-272fd7030578#.7p9fe213a |
Supported Languages | 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" } |