Brochesia Mirroring

Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Τι είναι το Brochesia Mirroring;

Το Brochesia Mirroring είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.brochesia.com, και η κύρια λειτουργία του είναι "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Brochesia Mirroring

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

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

                        Discover the new Brochesia Mirroring extension.
Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Installing this extension will allow you to share the Brochesia web portal link with other users.
Brochesia Mirroring is an extension that allows greater collaboration between users of the web portal, transmitting the computer screen                    

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

Όνομα Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
Επίσημο URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Περιγραφή Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Μέγεθος Αρχείου 286 KB
Αριθμός Εγκαταστάσεων 528
Τρέχουσα Έκδοση 13
Τελευταία Ενημέρωση 2020-04-23
Ημερομηνία Δημοσίευσης 2020-04-20
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://www.brochesia.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.brochesia.com/privacy_policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Mirroring",
    "author": "Brochesia",
    "version": "13",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.",
    "homepage_url": "https:\/\/www.brochesia.com",
    "background": {
        "scripts": [
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Your Screen"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "cookies",
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ]
}