Smart Calendar Event Maker
Add event to google calendar
Smart Calendar Event Makerคืออะไร?
Smart Calendar Event Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sceventmaker.blogspot.com และคุณลักษณะหลักของมันคือ "Add event to google calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Calendar Event Maker
ดาวน์โหลดไฟล์ส่วนขยาย Smart Calendar Event Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Smart Calendar Event Maker can help the users to identify the keywords such as date, time and location in any web-based email client and input them into their calendar and create a new event. By using the event maker, users can convert the emails into a new event by just few clicks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jclgohncpocbbkbahnancpajgbmfinmh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smart-calendar-event-make/jclgohncpocbbkbahnancpajgbmfinmh |
คำอธิบาย | Add event to google calendar |
ขนาดไฟล์ | 589 KB |
จำนวนการติดตั้ง | 321 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2015-04-24 |
วันที่เผยแพร่ | 2015-04-24 |
คะแนน | 3.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://sceventmaker.blogspot.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://sceventmaker.blogspot.hk/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Calendar Event Maker", "description": "Add event to google calendar", "version": "2.0", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_32.png", "128": "assets\/icon_128.png" }, "background": { "scripts": [ "background.js", "editable_select.js", "extractor\/getDate.js", "extractor\/getVenue.js", "extractor\/lexer.js", "extractor\/lexicon.js", "extractor\/POSTagger.js", "extractor\/DateExtractor.js", "extractor\/VenueExtractor.js", "fileIO.js" ], "persistent": false }, "browser_action": { "default_icon": "assets\/icon_16.png", "default_popup": "setup.html" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "alarms", "storage" ] } |