Share to Teams

Share any web page from your browser with your Teams

ما هو Share to Teams؟

Share to Teams هو إضافة Chrome تم تطويرها بواسطة João Ferreira، والميزة الرئيسية لها هي "Share any web page from your browser with your Teams".

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

screenshot

تحميل ملف CRX للإضافة Share to Teams

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

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

                        This will allow you to share a link directly to Teams channel without switching context. 
You no longer need to switch applications to share relevant web sites with your co-workers.                    

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

الاسم Share to Teams Share to Teams
ID mncdedgmeogkaeicgbgpbnnejjebphof
عنوان URL الرسمي https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof
الوصف Share any web page from your browser with your Teams
حجم الملف 4.27 KB
عدد التثبيتات 1,161
النسخة الحالية 1.1
آخر تحديث 2020-05-25
تاريخ النشر 2020-05-25
تقييم 5.00/5 مجموع تقييمات 3
المطور João Ferreira
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://handsontek.net
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share to Teams",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Share any web page from your browser with your Teams",
    "homepage_url": "https:\/\/teams.handsontek.net",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            },
            "description": "Share any web page from your browser with your Teams"
        }
    },
    "browser_action": {
        "default_title": "Share to Teams",
        "default_icon": "sharetoteams.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}