Tesse - Share Screen
This extension help you share your screen
Vad är Tesse - Share Screen?
Tesse - Share Screen är en Chrome-tillägg utvecklad av https://tesse.io, och dess huvudfunktion är "This extension help you share your screen".
Tilläggsskärmbilder
Ladda ner Tesse - Share Screen-förlängningens CRX-fil
Ladda ner Tesse - Share Screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This extension helps you to share your screen in a video call to show presentations, photos, and documents.
Tesse.io allows you to start a video call, without the need to download or install anything.
This extension allows you to share your screen with other participants in tesse.io call/chat session, to improve your online meeting efficiency.
You can select the window/apllication you want to share.
This extension was built based on open source: https://github.com/muaz-khan                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | cgplojjghbkfimkgggajefldkpmaklll | 
| Officiell webbadress | https://chromewebstore.google.com/detail/tesse-share-screen/cgplojjghbkfimkgggajefldkpmaklll | 
| Beskrivning | This extension help you share your screen | 
| Filstorlek | 8.71 KB | 
| Antal Installationer | 33 | 
| Aktuell Version | 1.2 | 
| Senast Uppdaterad | 2018-10-11 | 
| Publiceringsdatum | 2018-10-11 | 
| Betyg | 5.00/5 Totalt 4 Betyg | 
| Utvecklare | https://tesse.io | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Hjälpsida URL | https://tesse.io/tessbot | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tesse - Share Screen",
    "author": "Tesse, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension help you share your screen",
    "homepage_url": "https:\/\/tesse.io",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/tesse.io\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}  |  |