JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
JibberJobber Calendar Widgetとは何ですか?
JibberJobber Calendar Widgetはhttps://www.jibberjobber.comによって開発されたChromeの拡張機能で、その主な機能は「Use this widget to see what you have scheduled, and easily add new items to your calendar.」です。
拡張機能のスクリーンショット
JibberJobber Calendar Widget拡張機能のCRXファイルをダウンロード
JibberJobber Calendar Widget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
公式URL | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
説明 | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
ファイルサイズ | 556 KB |
インストール数 | 96 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-12-10 |
公開日 | 2017-12-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.jibberjobber.com |
支払い方法 | free |
対応言語 | 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" ] } |