Phone.com Screen Sharing

The extension allows you to share your screen.

Τι είναι το Phone.com Screen Sharing;

Το Phone.com Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://video.phone.com, και η κύρια λειτουργία του είναι "The extension allows you to share your screen.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Phone.com Screen Sharing

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

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

                        Installing the extension is required so you can share your screen.                    

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

Όνομα Phone.com Screen Sharing Phone.com Screen Sharing
ID blhhkfbffffbgablmhdchnmgcdejggon
Επίσημο URL https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon
Περιγραφή The extension allows you to share your screen.
Μέγεθος Αρχείου 64.34 KB
Αριθμός Εγκαταστάσεων 295
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2018-09-21
Ημερομηνία Δημοσίευσης 2018-09-21
Προγραμματιστής https://video.phone.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://video.phone.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "Phone.com Screen Sharing",
    "author": "Phone.com Inc.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The extension allows you to share your screen.",
    "homepage_url": "https:\/\/meet.phone.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.phone.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "phone-logo16.png",
        "48": "phone-logo48.png",
        "128": "phone-logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}