Portico

Keep all your travel ideas in one place.

Portico क्या है?

Portico https://portico.travel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep all your travel ideas in one place."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Portico एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Portico Portico
ID cokhnhncmlppfllhhkkofddbjbekhfdg
आधिकारिक URL https://chromewebstore.google.com/detail/portico/cokhnhncmlppfllhhkkofddbjbekhfdg
विवरण Keep all your travel ideas in one place.
फ़ाइल का आकार 940 KB
स्थापना संख्या 1,514
वर्तमान संस्करण 1.18
अंतिम अपडेट 2020-12-21
प्रकाशन तिथि 2020-06-11
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर https://portico.travel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://portico.travel
गोपनीयता नीति पृष्ठ URL http://portico.travel/privacy-policy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}