Skype

Quickly create & join Skype meetings

Skype là gì?

Skype là một tiện ích mở rộng Chrome được phát triển bởi https://www.skype.com, và tính năng chính của nó là "Quickly create & join Skype meetings".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skype

Tải xuống các tệp mở rộng Skype dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skype Skype
ID lifbcibllhkdhoafpjfnlhfpfgnpldfl
URL Chính Thức https://chromewebstore.google.com/detail/skype/lifbcibllhkdhoafpjfnlhfpfgnpldfl
Mô tả Quickly create & join Skype meetings
Kích Thước Tệp 711 KB
Số Lần Cài Đặt 5,000,000
Phiên Bản Hiện Tại 10.2.0.9952
Cập Nhật Lần Cuối 2022-05-12
Ngày Phát Hành 2017-12-01
Đánh Giá 3.47/5 Tổng số 6530 Đánh Giá
Nhà Phát Triển https://www.skype.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.skype.com/en/free-conference-call/
URL Trang Trợ Giúp https://go.skype.com/skype.extension.faq/
Ngôn Ngữ Được Hỗ Trợ 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
}