Timely Calendar

Import events to your Timely Calendar.

什么是Timely Calendar?

Timely Calendar是由Timely Network Inc.开发的Chrome扩展程序,该扩展的主要功能是“Import events to your Timely Calendar.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Timely Calendar扩展crx文件

下载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
}