TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

Vad är TwentyThree Screen Sharing?

TwentyThree Screen Sharing är en Chrome-tillägg utvecklad av http://twentythree.net, och dess huvudfunktion är "Allow live streaming, screen sharing and video recording with TwentyThree.".

Ladda ner TwentyThree Screen Sharing-förlängningens CRX-fil

Ladda ner TwentyThree Screen Sharing-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

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

Grundläggande Information om Tillägg

Namn TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
Officiell webbadress https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
Beskrivning Allow live streaming, screen sharing and video recording with TwentyThree.
Filstorlek 11.68 KB
Antal Installationer 76
Aktuell Version 1.2
Senast Uppdaterad 2017-12-19
Publiceringsdatum 2017-12-19
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare http://twentythree.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.twentythree.net
Hjälpsida URL https://www.twentythree.net/help
URL till Sekretesspolicy Sidan https://www.twentythree.net/terms
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}