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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |