Timely Calendar

Import events to your Timely Calendar.

Timely Calendarคืออะไร?

Timely Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timely Network Inc. และคุณลักษณะหลักของมันคือ "Import events to your Timely Calendar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timely Calendar

ดาวน์โหลดไฟล์ส่วนขยาย Timely Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome extension works seamlessly with EventBrite to allow you to instantly import events to your Timely Event Management Software account. You can save and add events from EventBrite to your Timely account, and showcase them in the public view of your event calendar or any other Timely software product.

★ Be The Go-To Organization For Events In Your Industry ★

Adding external events to your event calendar enables you to broaden your website’s offerings, cross-promote events, form partnerships, build credibility, and expand your audience. Start making your event calendar more vibrant and informative today with the Timely Event Management Software extension.

Trusted by over 150,000+ event creators worldwide, Timely solutions empower you to easily create, promote, manage and monetize events. We help you build beautiful and powerful website event calendars to keep your audience engaged and entertained.

Thank you for being a valued Timely’s customer!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Timely Calendar Timely Calendar
ID eeihpjkhbfdmfbimhboopfjjlopajdbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timely-calendar/eeihpjkhbfdmfbimhboopfjjlopajdbi
คำอธิบาย Import events to your Timely Calendar.
ขนาดไฟล์ 72 KB
จำนวนการติดตั้ง 429
เวอร์ชันปัจจุบัน 0.3.5
อัปเดตครั้งล่าสุด 2023-03-08
วันที่เผยแพร่ 2020-04-29
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Timely Network Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://time.ly
URL หน้าช่วยเหลือ https://help.time.ly/
URL หน้านโยบายความเป็นส่วนตัว https://time.ly/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timely Calendar",
    "version": "0.3.5",
    "description": "Import events to your Timely Calendar.",
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.eventbrite.com\/",
        "https:\/\/www.eventbrite.com.ar\/",
        "https:\/\/www.eventbrite.com.br\/",
        "https:\/\/www.eventbrite.es\/",
        "https:\/\/www.eventbrite.pt\/",
        "https:\/\/www.eventbrite.ca\/",
        "https:\/\/www.eventbrite.co.uk\/",
        "https:\/\/www.eventbrite.de\/",
        "https:\/\/www.eventbrite.fr\/",
        "https:\/\/allevents.in\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Timely"
    },
    "icons": {
        "16": "timely16.png",
        "48": "timely48.png",
        "128": "timely128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.eventbrite.com\/e\/*",
                "https:\/\/www.eventbrite.com.ar\/e\/*",
                "https:\/\/www.eventbrite.com.br\/e\/*",
                "https:\/\/www.eventbrite.es\/e\/*",
                "https:\/\/www.eventbrite.pt\/e\/*",
                "https:\/\/www.eventbrite.ca\/e\/*",
                "https:\/\/www.eventbrite.co.uk\/e\/*",
                "https:\/\/www.eventbrite.de\/e\/*",
                "https:\/\/www.eventbrite.fr\/e\/*",
                "https:\/\/allevents.in\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "344996296056-i8uaru34ntb3koohegu6fpnc0d22taof.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "manifest_version": 3
}