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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Research any products directly in one single tab of your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Decide - Before you Buy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}