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.」です。
拡張機能のスクリーンショット
Decide - Before you Buy拡張機能のCRXファイルをダウンロード
Decide - Before you Buy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |