Captura de tela Tellfree

Captura de tela Tellfree

Captura de tela Tellfree là gì?

Captura de tela Tellfree là một tiện ích mở rộng Chrome được phát triển bởi https://www.tellfree.com.br, và tính năng chính của nó là "Captura de tela Tellfree".

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

screenshot

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

Tải xuống các tệp mở rộng Captura de tela Tellfree 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

                        Extensão utilizada para compartilhamento de tela em aplicações Web fornecidas pela Tellfree.                    

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

Tên Captura de tela Tellfree Captura de tela Tellfree
ID kloncdiceomppkcfinkdhpgohldbbbmb
URL Chính Thức https://chromewebstore.google.com/detail/captura-de-tela-tellfree/kloncdiceomppkcfinkdhpgohldbbbmb
Mô tả Captura de tela Tellfree
Kích Thước Tệp 25.23 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-05-20
Ngày Phát Hành 2017-05-19
Nhà Phát Triển https://www.tellfree.com.br
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tellfree.com.br:9051/tflyncRedir.aspx
URL Trang Trợ Giúp https://www.tellfree.com.br:9051/SAC.aspx
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Captura de tela Tellfree",
    "description": "Captura de tela Tellfree",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tellfree.com.br\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "https:\/\/*.tellfree.com.br\/*"
    ]
}