Attendedbyhumans Screen sharing

Screensharing utility for Attendedbyhumans

Τι είναι το Attendedbyhumans Screen sharing;

Το Attendedbyhumans Screen sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TELEPORTEL EUROPE N.V, και η κύρια λειτουργία του είναι "Screensharing utility for Attendedbyhumans".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Attendedbyhumans Screen sharing

Λήψη αρχείων επέκτασης Attendedbyhumans Screen sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Attendedbyhumans Screen sharing Attendedbyhumans Screen sharing
ID hkndidoemjacpfbaajpanoopddldlhaj
Επίσημο URL https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj
Περιγραφή Screensharing utility for Attendedbyhumans
Μέγεθος Αρχείου 15.71 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 4.0.0
Τελευταία Ενημέρωση 2017-12-15
Ημερομηνία Δημοσίευσης 2017-12-14
Προγραμματιστής TELEPORTEL EUROPE N.V
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.teleportel.com/user-agreement
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendedbyhumans Screen sharing",
    "author": "Shamun Toha",
    "description": "Screensharing utility for Attendedbyhumans",
    "homepage_url": "https:\/\/www.attendedbyhumans.com\/",
    "version": "4.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.attendedbyhumans.com\/*",
                "*:\/\/*.teleportel.com\/*",
                "*:\/\/*.telepresencetech.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}