Portico

Keep all your travel ideas in one place.

Wat is Portico?

Portico is een Chrome-extensie ontwikkeld door https://portico.travel, en de belangrijkste functie is "Keep all your travel ideas in one place.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Portico

Download Portico-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Portico Portico
ID cokhnhncmlppfllhhkkofddbjbekhfdg
Officiële URL https://chromewebstore.google.com/detail/portico/cokhnhncmlppfllhhkkofddbjbekhfdg
Beschrijving Keep all your travel ideas in one place.
Bestandsgrootte 940 KB
Aantal Installaties 1,514
Huidige Versie 1.18
Laatst Bijgewerkt 2020-12-21
Publicatiedatum 2020-06-11
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar https://portico.travel
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://portico.travel
URL van de Privacybeleid Pagina http://portico.travel/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}