Qwoach: free schedule maker for coaches

Fully functional schedule builder for coaches

Co to jest Qwoach: free schedule maker for coaches?

Qwoach: free schedule maker for coaches to rozszerzenie Chrome opracowane przez https://qwoach.com, a jego główną funkcją jest „Fully functional schedule builder for coaches”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Qwoach: free schedule maker for coaches

Pobierz pliki rozszerzeń Qwoach: free schedule maker for coaches w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Qwoach: free schedule maker for coaches Qwoach: free schedule maker for coaches
ID pphiacdkfcfpfggjgjhanjkamdmanoba
Oficjalny URL https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba
Opis Fully functional schedule builder for coaches
Rozmiar pliku 85.39 KB
Liczba instalacji 130
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-09-24
Data Publikacji 2019-09-24
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper https://qwoach.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://qwoach.com/privacy
Obsługiwane Języki 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"
        ]
    }
}