JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
Apa itu JibberJobber Calendar Widget?
JibberJobber Calendar Widget adalah ekstensi Chrome yang dikembangkan oleh https://www.jibberjobber.com, dan fitur utamanya adalah "Use this widget to see what you have scheduled, and easily add new items to your calendar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JibberJobber Calendar Widget
Unduh file ekstensi JibberJobber Calendar Widget 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
This JibberJobber widget shows you calendar items including Action Item reminders and birthdays. You can easily add new items to your JibberJobber calendar using this widget, without even going into JibberJobber. Use this to always see what's going on and what you need to do. You can also add the JibberJobber Job Search Widget, and use the mobile apps, with the web app. Learn more at JibberJobber.com.
Informasi Dasar Ekstensi
Nama | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
URL Resmi | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
Deskripsi | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
Ukuran File | 556 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2017-12-10 |
Tanggal Publikasi | 2017-12-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.jibberjobber.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JibberJobber Calendar Widget", "description": "Use this widget to see what you have scheduled, and easily add new items to your calendar.", "version": "1.0.2", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "36": "icon36.png", "48": "icon48.png", "128": "icon128.png", "144": "icon144.png" }, "permissions": [ "storage", "notifications", "activeTab" ] } |