Portico

Keep all your travel ideas in one place.

¿Qué es Portico?

Portico es una extensión de Chrome desarrollada por https://portico.travel, y su función principal es "Keep all your travel ideas in one place.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Portico

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

                        Portico helps you save, plan, organize and share amazing adventures. Built for the curious explorer, Portico is the ultimate tool for you (and your friends) to gather all your travel ideas and trip information in one place. Get inspired, get ready, and have some fun, even before you depart.

Our goal is to inspire you to travel more and make it easier to do so. We believe the beauty of travel lies in being able to shed our life for a moment and to walk in another’s shoes, to better understand another culture. But travel planning can be overwhelming. We aim to simplify the trip planning process and make it more fun.

Check out www.portico.travel to see our whole platform.                    

Información Básica de la Extensión

Nombre Portico Portico
ID cokhnhncmlppfllhhkkofddbjbekhfdg
URL Oficial https://chromewebstore.google.com/detail/portico/cokhnhncmlppfllhhkkofddbjbekhfdg
Descripción Keep all your travel ideas in one place.
Tamaño del Archivo 940 KB
Cantidad de Instalaciones 1,514
Versión Actual 1.18
Última Actualización 2020-12-21
Fecha de Publicación 2020-06-11
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador https://portico.travel
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://portico.travel
URL de la Página de Política de Privacidad http://portico.travel/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portico",
    "short_name": "Portico",
    "description": "Keep all your travel ideas in one place.",
    "version": "1.18",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon128.png",
        "default_title": "Add to Portico"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/portico.travel\/*",
        "https:\/\/staging.portico.travel\/*",
        "https:\/\/local.portico.travel\/*"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "css\/*",
        "js\/*",
        "templates\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/portico.travel\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}