Vimcal
Fly through your calendar
Vimcalคืออะไร?
Vimcal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vimcal Inc. และคุณลักษณะหลักของมันคือ "Fly through your calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vimcal
ดาวน์โหลดไฟล์ส่วนขยาย Vimcal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | akopimcimmdmklcmegcflfidpfegngke |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/vimcal/akopimcimmdmklcmegcflfidpfegngke |
คำอธิบาย | Fly through your calendar |
ขนาดไฟล์ | 2.69 MB |
จำนวนการติดตั้ง | 1,098 |
เวอร์ชันปัจจุบัน | 1.0.35 |
อัปเดตครั้งล่าสุด | 2022-08-21 |
วันที่เผยแพร่ | 2020-11-15 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Vimcal Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://vimcal.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.vimcal.com/privacy |
ภาษาที่รองรับ | 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": [ " |