Qwoach: free schedule maker for coaches

Fully functional schedule builder for coaches

Что такое Qwoach: free schedule maker for coaches?

Qwoach: free schedule maker for coaches - это расширение Chrome, разработанное https://qwoach.com, и его основная функция - "Fully functional schedule builder for coaches".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Qwoach: free schedule maker for coaches

Скачайте файлы расширений Qwoach: free schedule maker for coaches в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Intuitive and easy to use schedule maker allows to create your schedule and export it to PDF in minutes.

Absolutely FREE schedule maker

- click or click-and-drag to create events
- assign colors to each event
- drag an event to update it's start and end time
- export to pdf

Any questions? Drop us a message at [email protected]                    

Основная информация о расширении

Название Qwoach: free schedule maker for coaches Qwoach: free schedule maker for coaches
ID pphiacdkfcfpfggjgjhanjkamdmanoba
Официальный URL https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba
Описание Fully functional schedule builder for coaches
Размер файла 85.39 KB
Количество установок 130
Текущая Версия 1.0.1
Последнее Обновление 2019-09-24
Дата публикации 2019-09-24
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://qwoach.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://qwoach.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qwoach: free schedule maker for coaches",
    "description": "Fully functional schedule builder for coaches",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Qwoach schedule maker for coaches"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}