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”。

擴展截圖

screenshot

下載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 Sears Assistant
ID pleebndgfhcfcgcgomiejiicgklobiah
官方網址 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"
}