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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover attractions in cities worldwide. Seamlessly integrate them into your Google Calendar for convenient trip planning."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Itinera – Plan Your Trip In Seconds 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}