Qwoach: free schedule maker for coaches

Fully functional schedule builder for coaches

Co je Qwoach: free schedule maker for coaches?

Qwoach: free schedule maker for coaches je rozšíření Chrome vyvinuté https://qwoach.com, a jeho hlavní funkcí je „Fully functional schedule builder for coaches“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Qwoach: free schedule maker for coaches

Stáhněte si soubory rozšíření Qwoach: free schedule maker for coaches ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Qwoach: free schedule maker for coaches Qwoach: free schedule maker for coaches
ID pphiacdkfcfpfggjgjhanjkamdmanoba
Oficiální URL https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba
Popis Fully functional schedule builder for coaches
Velikost souboru 85.39 KB
Počet instalací 130
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-09-24
Datum Vydání 2019-09-24
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář https://qwoach.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://qwoach.com/privacy
Podporované Jazyky 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"
        ]
    }
}