Whilo

Whilo

¿Qué es Whilo?

Whilo es una extensión de Chrome desarrollada por http://thisiswhilo.com, y su función principal es "Whilo".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Whilo

Descarga archivos de extensión Whilo 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

                        Whilo let’s you save what you see anywhere online, create custom wish lists, share your wish lists and follow friends and family so you can always give (and get!) the perfect gift.


With Whilo, you can:
- always get a gift you actually want 
- know exactly what to get others (even if it’s last minute)  
- save anything you like from any site online
- be part of a community focused on quality and thoughtfulness
- see what tastemakers and stylists really want
- create public or private wish lists for children and loved ones, specific holidays or special events
-receive birthday reminders to make sure you never miss another important event 
- get inspiration for gifts, yourself and so much more.


In the future, you’ll be able to:
- receive product recommendations tailored to you 
- filter products by price, color, type, age or brand
- access gift guides based on personality types 
- import your existing wish lists from other sites, such as Pinterest and Amazon.


If there’s anything you think we can improve on, feel free to email [email protected].                    

Información Básica de la Extensión

Nombre Whilo Whilo
ID mkphcbigbmhlfgejmglcklggadcffhae
URL Oficial https://chrome.google.com/webstore/detail/whilo/mkphcbigbmhlfgejmglcklggadcffhae
Descripción Whilo
Tamaño del Archivo 1.95 MB
Cantidad de Instalaciones 47
Versión Actual 1.8.0
Última Actualización 2018-05-28
Fecha de Publicación 2018-05-28
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador http://thisiswhilo.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://thisiswhilo.com.com/
URL de la Página de Ayuda http://whilo.freshdesk.com
URL de la Página de Política de Privacidad http://thisiswhilo.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whilo",
    "version": "1.8.0",
    "description": "Whilo",
    "homepage_url": "http:\/\/www.whilo.com",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Whilo",
        "default_popup": "dist\/browser_action.html"
    },
    "background": {
        "scripts": [
            "dist\/event_page.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "dist\/css\/content_script.css"
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "activeTab",
        "",
        "contentSettings",
        "http:\/\/whilo.dev\/",
        "http:\/\/thisiswhilo.com\/"
    ],
    "options_page": "dist\/options.html",
    "web_accessible_resources": [
        "icons\/icon16.png",
        "dist\/images\/logo-auth-brand-color.png"
    ]
}