Decide - Before you Buy
Research any products directly in one single tab of your browser.
Qu'est-ce que Decide - Before you Buy ?
Decide - Before you Buy est une extension Chrome développée par https://decide.mn.co, et sa fonction principale est "Research any products directly in one single tab of your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Decide - Before you Buy
Téléchargez les fichiers d'extension Decide - Before you Buy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Decide - Before you Buy |
ID | mcfdmgknjdbbhpclhgdnjnnghenafpgp |
URL Officiel | https://chromewebstore.google.com/detail/decide-before-you-buy/mcfdmgknjdbbhpclhgdnjnnghenafpgp |
Description | Research any products directly in one single tab of your browser. |
Taille du Fichier | 73.41 KB |
Nombre d'Installations | 26 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-12-02 |
Date de Publication | 2020-11-21 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://decide.mn.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://decide.mn.co/ |
URL de la Page d'Aide | https://decide.mn.co/ |
Langues Prises en Charge | 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" } } |