Save to Google Calendar

Send selected date on webpage to Google Calendar

ما هو Save to Google Calendar؟

Save to Google Calendar هو إضافة Chrome تم تطويرها بواسطة Naveen Alavilli، والميزة الرئيسية لها هي "Send selected date on webpage to Google Calendar".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Save to Google Calendar

قم بتنزيل ملفات الامتداد Save to Google Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Select a date on any webpage and quickly save it to Google Calendar. You don't need to copy and manually open Google Calendar to save the date.                    

معلومات أساسية عن التمديد

الاسم Save to Google Calendar Save to Google Calendar
ID jpoefccfjpcdglbnjfhomifadledaodm
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm
الوصف Send selected date on webpage to Google Calendar
حجم الملف 8.6 KB
عدد التثبيتات 57
النسخة الحالية 1.0
آخر تحديث 2021-09-16
تاريخ النشر 2021-09-16
المطور Naveen Alavilli
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Google Calendar",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Send selected date on webpage to Google Calendar",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "contextMenus"
    ]
}