Nirvana HQ Add to Calendar Feature
This extension will add an context option 'Add to Google Calender' on right click context of every item.
ما هو Nirvana HQ Add to Calendar Feature؟
Nirvana HQ Add to Calendar Feature هو إضافة Chrome تم تطويرها بواسطة Matt، والميزة الرئيسية لها هي "This extension will add an context option 'Add to Google Calender' on right click context of every item.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nirvana HQ Add to Calendar Feature
قم بتنزيل ملفات الامتداد Nirvana HQ Add to Calendar Feature بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will give you the ability to right click on a TODO item in the webapp Nirvana HQ and add that item to your google calendar. You must be logged into google calendar for this to work.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | enfogplbopdmdjhnigjaijcnacjlcpme |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nirvana-hq-add-to-calenda/enfogplbopdmdjhnigjaijcnacjlcpme |
الوصف | This extension will add an context option 'Add to Google Calender' on right click context of every item. |
حجم الملف | 132 KB |
عدد التثبيتات | 499 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2016-12-08 |
تاريخ النشر | 2016-12-08 |
تقييم | 3.64/5 مجموع تقييمات 11 |
المطور | Matt |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nirvana HQ Add to Calendar Feature", "version": "0.0.0.3", "description": "This extension will add an context option 'Add to Google Calender' on right click context of every item.", "background": { "page": "background.html" }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "commands": { "random": { "suggested_key": { "default": "Alt+Shift+L" }, "description": "Load a random link" } }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "https:\/\/focus.nirvanahq.com\/" ] } ], "permissions": [ "activeTab" ] } |