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 |
Eメール | [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" } |