Streye Share Screen
Capture full-screen or specific application's screen on Streye Enterprise App
Vad är Streye Share Screen?
Streye Share Screen är en Chrome-tillägg utvecklad av Streye, och dess huvudfunktion är "Capture full-screen or specific application's screen on Streye Enterprise App".
Tilläggsskärmbilder
Ladda ner Streye Share Screen-förlängningens CRX-fil
Ladda ner Streye 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
                        Chrome extension that allows share screen on Streye Enterprise                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | gjhegehdlknldoomoahpohapckgfogcd | 
| Officiell webbadress | https://chromewebstore.google.com/detail/streye-share-screen/gjhegehdlknldoomoahpohapckgfogcd | 
| Beskrivning | Capture full-screen or specific application's screen on Streye Enterprise App | 
| Filstorlek | 7.23 KB | 
| Antal Installationer | 20 | 
| Aktuell Version | 2.2 | 
| Senast Uppdaterad | 2018-03-13 | 
| Publiceringsdatum | 2018-03-13 | 
| Utvecklare | Streye | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Streye Share Screen",
    "author": "Streye",
    "version": "2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture full-screen or specific application's screen on Streye Enterprise App",
    "homepage_url": "https:\/\/www.streye.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/webapp-dev.streye.com\/*",
                "https:\/\/webapp-pre.streye.com\/*",
                "https:\/\/webapp.streye.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |