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".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
}