TapChief Screen Sharing

This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.

Τι είναι το TapChief Screen Sharing;

Το TapChief Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tapchief.com, και η κύρια λειτουργία του είναι "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.".

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

screenshot

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

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

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

                                            

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

Όνομα TapChief Screen Sharing TapChief Screen Sharing
ID gldakbghopefnhcagpbhdocnopmmnbfp
Επίσημο URL https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp
Περιγραφή This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
Μέγεθος Αρχείου 20.55 KB
Αριθμός Εγκαταστάσεων 2,116
Τρέχουσα Έκδοση 3.2
Τελευταία Ενημέρωση 2019-02-08
Ημερομηνία Δημοσίευσης 2019-02-08
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://www.tapchief.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TapChief Screen Sharing",
    "author": "TapChief",
    "version": "3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/tapchief.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/tapchief.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tapchief.com\/*",
            "https:\/\/tapchief.com\/*",
            "https:\/\/stagingmentor.upgrad.com\/*",
            "https:\/\/stagingmentor1.upgrad.com\/*",
            "https:\/\/staging-frontend.tapchief.com\/*",
            "https:\/\/mentor.upgrad.com\/*",
            "https:\/\/192.168.1.104\/*",
            "https:\/\/127.0.0.1\/*",
            "https:\/\/0.0.0.0\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}