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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Launch Development และคุณลักษณะหลักของมันคือ "This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sears Assistant
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |