Share to Teams
Share any web page from your browser with your Teams
Apa itu Share to Teams?
Share to Teams adalah ekstensi Chrome yang dikembangkan oleh João Ferreira, dan fitur utamanya adalah "Share any web page from your browser with your Teams".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Share to Teams
Unduh file ekstensi Share to Teams dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Share to Teams |
ID | mncdedgmeogkaeicgbgpbnnejjebphof |
URL Resmi | https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof |
Deskripsi | Share any web page from your browser with your Teams |
Ukuran File | 4.27 KB |
Jumlah Instalasi | 1,161 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-05-25 |
Tanggal Publikasi | 2020-05-25 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | João Ferreira |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://handsontek.net |
Bahasa yang Didukung | 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" ] } |