Shopping Genius
Shopping Genius helps you smartly find the best price online with no effort.
¿Qué es Shopping Genius?
Shopping Genius es una extensión de Chrome desarrollada por easysoft, y su función principal es "Shopping Genius helps you smartly find the best price online with no effort.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shopping Genius
Descarga archivos de extensión Shopping Genius en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Shopping Genius assists with shopping in more than 3,000 online shops. It also shows you other similar and popular products that you might be interested in as well as available coupons. Only gets activated when there are better offers.
Información Básica de la Extensión
Nombre | Shopping Genius |
ID | jpddalohgfnmaacfekclepijcjnhjljd |
URL Oficial | https://chromewebstore.google.com/detail/shopping-genius/jpddalohgfnmaacfekclepijcjnhjljd |
Descripción | Shopping Genius helps you smartly find the best price online with no effort. |
Tamaño del Archivo | 80.77 KB |
Cantidad de Instalaciones | 97 |
Versión Actual | 1.0.6 |
Última Actualización | 2016-04-24 |
Fecha de Publicación | 2016-04-23 |
Desarrollador | easysoft |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "manifest_version": 2, "name": "Shopping Genius", "version": "1.0.6", "background": { "page": "html\/background.html" }, "content_scripts": [ { "all_frames": false, "js": [ "lib\/jquery-1.11.3.min.js", "lib\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Shopping Genius helps you smartly find the best price online with no effort.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |