Undock

Instantly schedule meetings without ever having to look at a calendar

ما هو Undock؟

Undock هو إضافة Chrome تم تطويرها بواسطة https://undock.com، والميزة الرئيسية لها هي "Instantly schedule meetings without ever having to look at a calendar".

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

screenshot
screenshot
screenshot

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

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

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

                        The best way to schedule meetings, now wherever you schedule them.

Our Chrome Extension allows you to take the power of Undock with you in Email, LinkedIn, Twitter, and more. Anywhere you connect with people, finding the best time to meet is one-click away.

Introducing:

📆 Auto-Complete For the Calendar

Undock has made scheduling even faster. By simply providing a few details, Undock can write your entire scheduling email for you, including your optimal meeting times and an optional calendar link. Enjoy the benefits of a scheduling assistant while keeping complete control! Communicate your availability in a more fluid and personalized way.

📡 Time Radar

Respond to proposed times and Calendly or Hubspot-type links without ever leaving your inbox. Instantly see when you’re both available and create meetings in 1-click.

🤘 Meetings at your Fingertips

Easily join any meeting from an easily accessible list view. You don’t need to fumble for that calendar tab!

🌴 Logistical Oasis

Undock keeps track of your proposed times across platforms so you never double book or double back.

Are you ready to Undock from your scheduling problems?                    

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

الاسم Undock Undock
ID bmppbndbfpegajdcdngndbfpifpbeckd
عنوان URL الرسمي https://chromewebstore.google.com/detail/undock/bmppbndbfpegajdcdngndbfpifpbeckd
الوصف Instantly schedule meetings without ever having to look at a calendar
حجم الملف 1.64 MB
عدد التثبيتات 1,414
النسخة الحالية 3.0.7
آخر تحديث 2024-01-18
تاريخ النشر 2020-11-16
تقييم 4.77/5 مجموع تقييمات 13
المطور https://undock.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://undock.com
عنوان صفحة المساعدة https://undock.com/privacypolicy
عنوان صفحة سياسة الخصوصية https://www.undock.com/privacypolicy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Undock",
    "short_name": "Undock",
    "version": "3.0.7",
    "description": "Instantly schedule meetings without ever having to look at a calendar",
    "homepage_url": "https:\/\/undock.com",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAibH8tZxg3LOXaR6VzbfMuxj3nz2tKvnRSahx8T8vlWK+VAhxngL1LcJqi3fRX6vSjudIBbYMR4gNEidRVZe9i0xDUODaxFHLvVY9iHcipI7WBqC\/3Y+2\/mC0LDv9pR6fAuWAOyi6\/wfHM1y9T\/Ue93RPf5U\/dqr9OdZvOoYzbA0I78aX2x+nCSCCBSkm9s5yjsG1DWM\/4CDV31D3eBpoZDtzyFL1MhHJCOvSu17BDInDp1CbfQzKowvZDdaJHLe+kCX8DtqrCJI8F75YKJsyub14exuNlxGHXphR6kBKx1ic5ryd9nu8NsLVFpl4bwb7ox0U4PpCbBgbY+r5z75bDwIDAQAB",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "alarms"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/*.undock.com\/",
        "https:\/\/undock-development.appspot.com\/",
        "https:\/\/undock-staging.appspot.com\/",
        "https:\/\/undock-193015.appspot.com\/",
        "https:\/\/us-east4-undock-development.cloudfunctions.net\/",
        "https:\/\/us-east4-undock-staging.cloudfunctions.net\/",
        "https:\/\/us-east4-undock-193015.cloudfunctions.net\/",
        "https:\/\/time-dot-undock-development.appspot.com\/",
        "https:\/\/time-dot-undock-staging.appspot.com\/",
        "https:\/\/time-dot-undock-193015.appspot.com\/"
    ],
    "action": {
        "default_title": "Undock",
        "default_icon": {
            "16": "assets\/img\/undock-gold-icon-16.png",
            "32": "assets\/img\/undock-gray-icon-32-round.png",
            "48": "assets\/img\/undock-gold-icon-48.png",
            "128": "assets\/img\/undock-gold-icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/undock-gold-icon-16.png",
        "32": "assets\/img\/undock-gold-icon-32.png",
        "48": "assets\/img\/undock-gold-icon-48.png",
        "128": "assets\/img\/undock-gold-icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.zoom.us\/*",
                "*:\/\/*.superhuman.com\/*"
            ],
            "all_frames": false,
            "match_about_blank": true,
            "run_at": "document_end",
            "js": [
                "assets\/scripts\/custom-elements.min.js",
                "main.js",
                "content-loader.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.superhuman.com\/*"
            ],
            "all_frames": false,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "assets\/scripts\/custom-elements.min.js",
                "main.js",
                "content-loader.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*.svg",
                "assets\/img\/*.png",
                "main.js.map"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/scripts\/gmailjs.js",
                "assets\/scripts\/gmail.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mail.google.com\/*",
            "*:\/\/outlook.live.com\/*",
            "*:\/\/outlook.office365.com\/*",
            "*:\/\/outlook.office.com\/*",
            "*:\/\/*.undock.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}