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 |
官方網址 | 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" } } |