Skype

Quickly create & join Skype meetings

Co to jest Skype?

Skype to rozszerzenie Chrome opracowane przez https://www.skype.com, a jego główną funkcją jest „Quickly create & join Skype meetings”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Skype

Pobierz pliki rozszerzeń Skype w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The latest update of the Skype extension gives you the ability to instantly create free video calls on Skype, with or without a Skype account. 

Create a call
Want to quickly create a Skype call and have your friends join you? Creating a call has never been easier and quicker! You can customise your meeting name and avatar and invite others by sharing the meeting link.

Join a call
Already have a link? Enter the meeting link and join the call instantly, directly in your browser.

To learn more, go to https://www.skype.com/en/free-conference-call/                    

Podstawowe informacje o rozszerzeniu

Nazwa Skype Skype
ID lifbcibllhkdhoafpjfnlhfpfgnpldfl
Oficjalny URL https://chromewebstore.google.com/detail/skype/lifbcibllhkdhoafpjfnlhfpfgnpldfl
Opis Quickly create & join Skype meetings
Rozmiar pliku 711 KB
Liczba instalacji 5,000,000
Aktualna Wersja 10.2.0.9952
Ostatnia Aktualizacja 2022-05-12
Data Publikacji 2017-12-01
Ocena 3.47/5 Łącznie 6530 Oceny
Deweloper https://www.skype.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.skype.com/en/free-conference-call/
Adres URL Strony Pomocy https://go.skype.com/skype.extension.faq/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skype",
    "version": "10.2.0.9952",
    "description": "Quickly create & join Skype meetings",
    "content_security_policy": "trusted-types meetNowWidgetPolicy 'allow-duplicates'; require-trusted-types-for 'script'; script-src 'self' https:\/\/*.microsoft.com https:\/\/secure.skypeassets.com https:\/\/qaassetswesteurope.blob.core.windows.net\/apollo\/meetnowwidget\/latest\/static\/js\/main.js https:\/\/preassetswesteurope.blob.core.windows.net\/apollo\/meetnowwidget\/latest\/static\/js\/main.js; img-src 'self' data: blob: https:\/\/*.microsoft.com https:\/\/*.secure.skypeassets.com https:\/\/secure.skypeassets.com https:\/\/qaassetswesteurope.blob.core.windows.net https:\/\/preassetswesteurope.blob.core.windows.net; style-src 'self' 'unsafe-inline' https:\/\/*.microsoft.com https:\/\/secure.skypeassets.com https:\/\/qaassetswesteurope.blob.core.windows.net\/apollo\/meetnowwidget\/latest\/static\/css\/main.css https:\/\/preassetswesteurope.blob.core.windows.net\/apollo\/meetnowwidget\/latest\/static\/css\/main.css; font-src 'self' https:\/\/secure.skypeassets.com https:\/\/qaassetswesteurope.blob.core.windows.net https:\/\/preassetswesteurope.blob.core.windows.net; connect-src 'self' https:\/\/*.microsoft.com https:\/\/*.skype.com https:\/\/*.live.com https:\/\/*.secure.skypeassets.com https:\/\/secure.skypeassets.com https:\/\/qaassetswesteurope.blob.core.windows.net https:\/\/preassetswesteurope.blob.core.windows.net; form-action https:\/\/web.skype.com; default-src 'self' https:\/\/*.microsoft.com https:\/\/*.skype.com https:\/\/*.live.com https:\/\/secure.skypeassets.com https:\/\/qaassetswesteurope.blob.core.windows.net https:\/\/preassetswesteurope.blob.core.windows.net; object-src 'self'; base-uri 'self'; frame-ancestors 'none'; report-uri https:\/\/csp.microsoft.com\/report\/Skype-ChromeExtension-PROD; block-all-mixed-content;",
    "options_page": "skypeOptionsMenu.html",
    "browser_action": {
        "default_icon": {
            "19": "skypelogo_19.png",
            "38": "skypelogo_38.png"
        },
        "default_title": "Skype",
        "default_popup": "browserActionPopup.html"
    },
    "permissions": [
        "cookies",
        "https:\/\/web.skype.com\/"
    ],
    "icons": {
        "16": "skypelogo_16.png",
        "19": "skypelogo_19.png",
        "38": "skypelogo_38.png",
        "48": "skypelogo_48.png",
        "128": "skypelogo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "browserSpecificScript.js"
            ],
            "css": [
                "skypeFont.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "*.woff",
        "*.eot",
        "*.ttf",
        "*.css",
        "*.svg",
        "*.gif",
        "*.png"
    ],
    "manifest_version": 2
}