Captura de tela Tellfree

Captura de tela Tellfree

Captura de tela Tellfree क्या है?

Captura de tela Tellfree https://www.tellfree.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Captura de tela Tellfree"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Captura de tela Tellfree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}