Screen Share for StarLeaf Click-to-Call

Enables screen share when using StarLeaf Click-to-Call on Chrome

Apa itu Screen Share for StarLeaf Click-to-Call?

Screen Share for StarLeaf Click-to-Call adalah ekstensi Chrome yang dikembangkan oleh https://starleaf.com, dan fitur utamanya adalah "Enables screen share when using StarLeaf Click-to-Call on Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Screen Share for StarLeaf Click-to-Call

Unduh file ekstensi Screen Share for StarLeaf Click-to-Call 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

                        StarLeaf Click-to-Call allows you to dial any user in the StarLeaf Cloud from your browser. This extension lets you share your screen when using Google Chrome.                    

Informasi Dasar Ekstensi

Nama Screen Share for StarLeaf Click-to-Call Screen Share for StarLeaf Click-to-Call
ID dliccfbpegdcmlflaidhhnloeofgdnce
URL Resmi https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce
Deskripsi Enables screen share when using StarLeaf Click-to-Call on Chrome
Ukuran File 9.94 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-11-03
Tanggal Publikasi 2016-11-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://starleaf.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://support.starleaf.com/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "StarLeaf ltd",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.starleaf.com\/*"
        ]
    },
    "file_system_provider_capabilities": {
        "configurable": true,
        "multiple_mounts": true,
        "source": "network"
    },
    "homepage_url": "https:\/\/www.starleaf.com",
    "minimum_chrome_version": "48",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "__MSG_extShortName__",
    "default_locale": "en_US"
}