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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |