Sears Assistant

This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart

Apa itu Sears Assistant?

Sears Assistant adalah ekstensi Chrome yang dikembangkan oleh Launch Development, dan fitur utamanya adalah "This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sears Assistant

Unduh file ekstensi Sears Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Sears Assistant Sears Assistant
ID pleebndgfhcfcgcgomiejiicgklobiah
URL Resmi https://chromewebstore.google.com/detail/sears-assistant/pleebndgfhcfcgcgomiejiicgklobiah
Deskripsi This extension can be used to report egregiously priced products, bad product content and bad variations issues at Sears and Kmart
Ukuran File 20.81 KB
Jumlah Instalasi 10
Versi Saat Ini 0.7
Terakhir Diperbarui 2019-01-13
Tanggal Publikasi 2019-01-12
Pengembang Launch Development
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://pushkarprateek.com/searsintelligence/
URL Halaman Bantuan https://medium.com/@pushkarprateek/searsintelligence-manual-272fd7030578#.7p9fe213a
Bahasa yang Didukung 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"
}