Captura de tela Tellfree

Captura de tela Tellfree

Captura de tela Tellfreeคืออะไร?

Captura de tela Tellfree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tellfree.com.br และคุณลักษณะหลักของมันคือ "Captura de tela Tellfree"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Captura de tela Tellfree

ดาวน์โหลดไฟล์ส่วนขยาย Captura de tela Tellfree ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Captura de tela Tellfree Captura de tela Tellfree
ID kloncdiceomppkcfinkdhpgohldbbbmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/captura-de-tela-tellfree/kloncdiceomppkcfinkdhpgohldbbbmb
คำอธิบาย Captura de tela Tellfree
ขนาดไฟล์ 25.23 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-05-20
วันที่เผยแพร่ 2017-05-19
ผู้พัฒนา https://www.tellfree.com.br
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tellfree.com.br:9051/tflyncRedir.aspx
URL หน้าช่วยเหลือ https://www.tellfree.com.br:9051/SAC.aspx
ภาษาที่รองรับ 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\/*"
    ]
}