Vimcal
Fly through your calendar
Was ist Vimcal?
Vimcal ist eine Chrome-Erweiterung, die von Vimcal Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Fly through your calendar".
Erweiterungsscreenshots
Vimcal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vimcal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Vimcal is the world’s fastest calendar, beautifully designed for the prosumer. You’ll get everything a modern calendar should have: instant availability sharing, time zone conversions, hotkeys, and so much more. If you have a lot of meetings, Vimcal will save you hours every week while scheduling. Prepare to meet you executive assistant, disguised as a calendar app.
Grundlegende Informationen zur Erweiterung
Name | |
ID | akopimcimmdmklcmegcflfidpfegngke |
Offizielle URL | https://chrome.google.com/webstore/detail/vimcal/akopimcimmdmklcmegcflfidpfegngke |
Beschreibung | Fly through your calendar |
Dateigröße | 2.69 MB |
Installationsanzahl | 1,098 |
Aktuelle Version | 1.0.35 |
Letztes Update | 2022-08-21 |
Veröffentlichungsdatum | 2020-11-15 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Vimcal Inc. |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://vimcal.com |
URL der Datenschutzrichtlinien-Seite | https://www.vimcal.com/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Vimcal", "name": "Vimcal", "description": "Fly through your calendar", "version": "1.0.35", "manifest_version": 2, "homepage_url": "https:\/\/vimcal.com", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "app\/background.js" ] }, "commands": { "toggle_extension": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Toggle extension" } }, "browser_action": { "default_icon": { "16": "16x16.png", "32": "32x32.png" }, "default_title": "Vimcal" }, "content_scripts": [ { "matches": [ " |