Here Calendar
Here.fm integration with Google Calendar
ما هو Here Calendar؟
Here Calendar هو إضافة Chrome تم تطويرها بواسطة https://here.fm، والميزة الرئيسية لها هي "Here.fm integration with Google Calendar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Here Calendar
قم بتنزيل ملفات الامتداد Here Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Change up the way you get together with your friends with Here - a real-time, shared canvas where you can meet up on video, decorate with pics and GIFs, draw, screenshare, and more -- all in Chrome at here.fm.
This extension provides a simple way to schedule meetings in a Here room, directly from Google Calendar. Book meetings, schedule social events, and change rooms with a couple clicks. معلومات أساسية عن التمديد
| الاسم | |
| ID | nngnogkbdoeejopcdkclmmkcbefggmed |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed |
| الوصف | Here.fm integration with Google Calendar |
| حجم الملف | 24.08 KB |
| عدد التثبيتات | 2,591 |
| النسخة الحالية | 1.0.6 |
| آخر تحديث | 2022-08-11 |
| تاريخ النشر | 2020-08-21 |
| تقييم | 5.00/5 مجموع تقييمات 21 |
| المطور | https://here.fm |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://here.fm |
| عنوان صفحة المساعدة | https://help.here.fm |
| عنوان صفحة سياسة الخصوصية | https://here.fm/privacy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Here Calendar",
"version": "1.0.6",
"description": "Here.fm integration with Google Calendar",
"externally_connectable": {
"matches": [
"*:\/\/here.fm\/*"
]
},
"background": {
"scripts": [
"main.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/*",
"*:\/\/here.fm\/*"
],
"js": [
"main.js"
]
}
],
"icons": {
"128": "128x128.png",
"48": "48x48.png",
"16": "16x16.png"
},
"manifest_version": 2
} | |