Itinera – Plan Your Trip In Seconds

Discover attractions in cities worldwide. Seamlessly integrate them into your Google Calendar for convenient trip planning.

Itinera – Plan Your Trip In Seconds क्या है?

Itinera – Plan Your Trip In Seconds Itinera Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover attractions in cities worldwide. Seamlessly integrate them into your Google Calendar for convenient trip planning."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Itinera: Your Itinerary Planner on Google Calendar!

Ever struggled with planning trips and keeping track of your itinerary? "Itinera" seamlessly integrates with Google Calendar, making trip planning effortless and fun. With a simple search, discover attractions in cities worldwide, then with a click, add them directly to your calendar.

No more juggling between travel sites and your schedule. Experience the convenience of planning your trip right within your trusted Google Calendar.

🔍 Search and Discover: Find top-rated attractions in global cities.
🗓 One-Click Add: Transfer attractions to your Google Calendar instantly.
✈️ Travel Smart: Plan your itinerary without switching tabs or apps.

Install now and embark on a journey like never before.                    

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

नाम Itinera – Plan Your Trip In Seconds Itinera – Plan Your Trip In Seconds
ID ijkbbldofdehelecdeeomckgccbfebfo
आधिकारिक URL https://chromewebstore.google.com/detail/itinera-%E2%80%93-plan-your-trip/ijkbbldofdehelecdeeomckgccbfebfo
विवरण Discover attractions in cities worldwide. Seamlessly integrate them into your Google Calendar for convenient trip planning.
फ़ाइल का आकार 47.7 KB
स्थापना संख्या 163
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2023-08-29
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Itinera Team
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1H3XwOr4B89uRnGx24NGj8s05dwnxQn3PteiFL7Zq-os/edit?usp=sharing
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.0.2",
    "name": "Itinera \u2013 Plan Your Trip In Seconds",
    "description": "Discover attractions in cities worldwide. Seamlessly integrate them into your Google Calendar for convenient trip planning.",
    "author": "Itinera Development Team",
    "permissions": [
        "webNavigation",
        "tabs",
        "scripting",
        "background"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*",
        "https:\/\/itinera-3o9m.onrender.com\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/icon-filled-16.png",
            "48": "assets\/icon-filled-48.png",
            "128": "assets\/icon-filled-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon-filled-16.png",
        "48": "assets\/icon-filled-48.png",
        "128": "assets\/icon-filled-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/calendar\/*"
            ],
            "js": [
                "popup\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.*",
                "sidebar\/sidebar.html",
                "sidebar\/sidebar.css",
                "sidebar\/sidebar.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}