Decide - Before you Buy

Research any products directly in one single tab of your browser.

Co to jest Decide - Before you Buy?

Decide - Before you Buy to rozszerzenie Chrome opracowane przez https://decide.mn.co, a jego główną funkcją jest „Research any products directly in one single tab of your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Decide - Before you Buy

Pobierz pliki rozszerzeń Decide - Before you Buy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Research any products directly in one single tab of your browser. Watch YouTube video reviews within Decide. You can perform all the research in one single tab. No more multiple tabs.

Decide is designed for consumers to make better, more well-informed purchase decisions. Information on the Internet is fragmented and overwhelming. Decide wants to make the research experience easy, fast, and manageable.

Useful during busy sales and holiday seasons, start making better purchasing decisions today with Decide.

Share any useful research content on our free community forum 
https://decide.mn.co/

Websites supported: Amazon and Bestbuy                    

Podstawowe informacje o rozszerzeniu

Nazwa Decide - Before you Buy Decide - Before you Buy
ID mcfdmgknjdbbhpclhgdnjnnghenafpgp
Oficjalny URL https://chromewebstore.google.com/detail/decide-before-you-buy/mcfdmgknjdbbhpclhgdnjnnghenafpgp
Opis Research any products directly in one single tab of your browser.
Rozmiar pliku 73.41 KB
Liczba instalacji 26
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2020-12-02
Data Publikacji 2020-11-21
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://decide.mn.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://decide.mn.co/
Adres URL Strony Pomocy https://decide.mn.co/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "app\/controllers\/popup\/popup.js"
        ]
    },
    "manifest_version": 2,
    "version": "0.0.2",
    "name": "Decide - Before you Buy",
    "short_name": "Decide",
    "description": "Research any products directly in one single tab of your browser.",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/googleapis.com; https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*\/bestbuy\/*\/*",
        "*:\/\/*\/amazon\/*\/*"
    ],
    "author": "Kaustubh Menon & Billy So",
    "browser_action": {
        "default_icon": {
            "16": "app\/assets\/images\/logo\/decide-logo-16.png",
            "48": "app\/assets\/images\/logo\/decide-logo-48.png",
            "128": "app\/assets\/images\/logo\/decide-logo-128.png"
        },
        "default_popup": "app\/component\/popup\/popup.html",
        "default_title": "Decide - Before your Buy"
    },
    "icons": {
        "16": "app\/assets\/images\/logo\/decide-logo-16.png",
        "48": "app\/assets\/images\/logo\/decide-logo-48.png",
        "128": "app\/assets\/images\/logo\/decide-logo-128.png"
    },
    "omnibox": {
        "keyword": "qa"
    }
}