Qwoach: free schedule maker for coaches

Fully functional schedule builder for coaches

Cos'è Qwoach: free schedule maker for coaches?

Qwoach: free schedule maker for coaches è un'estensione di Chrome sviluppata da https://qwoach.com, e la sua funzione principale è "Fully functional schedule builder for coaches".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Qwoach: free schedule maker for coaches

Scarica i file di estensione Qwoach: free schedule maker for coaches in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Qwoach: free schedule maker for coaches Qwoach: free schedule maker for coaches
ID pphiacdkfcfpfggjgjhanjkamdmanoba
URL Ufficiale https://chromewebstore.google.com/detail/qwoach-free-schedule-make/pphiacdkfcfpfggjgjhanjkamdmanoba
Descrizione Fully functional schedule builder for coaches
Dimensione del File 85.39 KB
Conteggio Installazioni 130
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-09-24
Data di Pubblicazione 2019-09-24
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://qwoach.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://qwoach.com/privacy
Lingue Supportate 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"
        ]
    }
}