crx-gcal-url-opener

Chrome extension that automatically opens Google Calendar meet links and event URLs

ما هو crx-gcal-url-opener؟

crx-gcal-url-opener هو إضافة Chrome تم تطويرها بواسطة Leko، والميزة الرئيسية لها هي "Chrome extension that automatically opens Google Calendar meet links and event URLs".

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

screenshot

تحميل ملف CRX للإضافة crx-gcal-url-opener

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

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

                        Googleカレンダーのイベント開始1分前にカレンダーに設定されたGoogle MeetまたはZoomのURLを自動で新しいタブとして開きます。仕事に集中しすぎてミーティングに参加し忘れる、遅れてしまうなどのトラブルを防ぎます。

使い方:
1. 拡張をインストール
2. インストールされたアイコンをクリック(ポップアップが表示されます)
3. ポップアップ右上にあるログインアイコンをクリックし、カレンダー連携したいGoogleアカウントでログインします
4. 認証が終わったらもう一度ポップアップを開き、イベントが同期されていることを確認してください                    

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

الاسم crx-gcal-url-opener crx-gcal-url-opener
ID pjginhohpenlemfdcjbahjbhnpinfnlm
عنوان URL الرسمي https://chromewebstore.google.com/detail/crx-gcal-url-opener/pjginhohpenlemfdcjbahjbhnpinfnlm
الوصف Chrome extension that automatically opens Google Calendar meet links and event URLs
حجم الملف 122 KB
عدد التثبيتات 2,485
النسخة الحالية 1.1.0
آخر تحديث 2023-02-23
تاريخ النشر 2022-05-30
تقييم 5.00/5 مجموع تقييمات 5
المطور Leko
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Leko/crx-gcal-url-opener
عنوان صفحة المساعدة https://github.com/Leko/crx-gcal-url-opener/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "crx-gcal-url-opener",
    "description": "Chrome extension that automatically opens Google Calendar meet links and event URLs",
    "permissions": [
        "alarms",
        "identity",
        "identity.email",
        "storage"
    ],
    "default_locale": "en",
    "content_security_policy": [],
    "action": {
        "default_popup": "src\/popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "oauth2": {
        "client_id": "589235259206-m75joat1dagd513h0vgsvuhgo8r2bgfu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgc3poz04XFD1oqDacIWYKTzIPfg0cEIh5kobaDqG+JYCbLvxYdlX2jXICWIAJR0E6AEdSzDWy2wlc4LPrVpGIZBy5K0f4nb+R7SdiJxOcWLQI8pNRgHnodT2mkdSy8gHRUvbZjT9ulG87tslugQazCluK0dk8DElLyTO1Aijw70+xySHxXxeH4CrDPA+aEeq9dDUsMMIi651\/wik5GPcRIHgADbQj5iW8Z4l3PPAADCtsYKKyvLDqbDwg6mcJcGSz6A0mKHs27eMtw3shRdd+LhwN35InDGfo4u9hwL4nX6Ty5JUi8ipUUKu51WJpbNczotJqWedB1L9fB1DEvPDYwIDAQAB",
    "version": "1.1.0"
}