Sears Assistant
This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart
什么是Sears Assistant?
Sears Assistant是由Launch Development开发的Chrome扩展程序,该扩展的主要功能是“This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart”。
扩展截图
下载Sears Assistant扩展crx文件
下载Sears Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Sears Assistant |
ID | pleebndgfhcfcgcgomiejiicgklobiah |
官方URL | https://chromewebstore.google.com/detail/sears-assistant/pleebndgfhcfcgcgomiejiicgklobiah |
简介 | This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart |
文件大小 | 20.81 KB |
安装次数 | 10 |
当前版本 | 0.7 |
更新时间 | 2019-01-13 |
上架时间 | 2019-01-12 |
开发者 | Launch Development |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://pushkarprateek.com/searsintelligence/ |
帮助页面URL | https://medium.com/@pushkarprateek/searsintelligence-manual-272fd7030578#.7p9fe213a |
支持的语言 | 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" } |