Qwoach: free schedule maker for coaches

Fully functional schedule builder for coaches

Apa itu Qwoach: free schedule maker for coaches?

Qwoach: free schedule maker for coaches adalah ekstensi Chrome yang dikembangkan oleh https://qwoach.com, dan fitur utamanya adalah "Fully functional schedule builder for coaches".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Qwoach: free schedule maker for coaches

Unduh file ekstensi Qwoach: free schedule maker for coaches dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Qwoach: free schedule maker for coaches Qwoach: free schedule maker for coaches
ID pphiacdkfcfpfggjgjhanjkamdmanoba
URL Resmi https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba
Deskripsi Fully functional schedule builder for coaches
Ukuran File 85.39 KB
Jumlah Instalasi 130
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-09-24
Tanggal Publikasi 2019-09-24
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://qwoach.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://qwoach.com/privacy
Bahasa yang Didukung 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"
        ]
    }
}