Decide - Before you Buy

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

Decide - Before you Buy क्या है?

Decide - Before you Buy https://decide.mn.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Research any products directly in one single tab of your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Decide - Before you Buy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Decide - Before you Buy Decide - Before you Buy
ID mcfdmgknjdbbhpclhgdnjnnghenafpgp
आधिकारिक URL https://chromewebstore.google.com/detail/decide-before-you-buy/mcfdmgknjdbbhpclhgdnjnnghenafpgp
विवरण Research any products directly in one single tab of your browser.
फ़ाइल का आकार 73.41 KB
स्थापना संख्या 26
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2020-12-02
प्रकाशन तिथि 2020-11-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://decide.mn.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://decide.mn.co/
सहायता पृष्ठ URL https://decide.mn.co/
समर्थित भाषाएँ 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"
    }
}