Demofy

Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…

ما هو Demofy؟

Demofy هو إضافة Chrome تم تطويرها بواسطة puru.pahuja، والميزة الرئيسية لها هي "Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Demofy

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

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

                        Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This is a very simple Chrome extension that would help our team to quickly and easily add a description to a Google Calendar meeting invite. It uses very basic HTML and JavaScript with no security dependencies                    

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

الاسم Demofy Demofy
ID ajdecghjionmknpjnjjamdikchaifgop
عنوان URL الرسمي https://chromewebstore.google.com/detail/demofy/ajdecghjionmknpjnjjamdikchaifgop
الوصف Add Verkada meeting tags to Google Calendar invites, and make everyone's lives easier - hence making the world a better place. This…
حجم الملف 4.63 KB
عدد التثبيتات 906
النسخة الحالية 2.0
آخر تحديث 2023-02-10
تاريخ النشر 2023-02-02
المطور puru.pahuja
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Demofy",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "action": {
        "default_title": "Demofy"
    }
}