Intouch Health Screen Sharing
This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
Τι είναι το Intouch Health Screen Sharing;
Το Intouch Health Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Intouch Health, και η κύρια λειτουργία του είναι "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Intouch Health Screen Sharing
Λήψη αρχείων επέκτασης Intouch Health Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | inlmbeahpljokbkejnmmnnofmploliaa |
Επίσημο URL | https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa |
Περιγραφή | This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen. |
Μέγεθος Αρχείου | 29.14 KB |
Αριθμός Εγκαταστάσεων | 117 |
Τρέχουσα Έκδοση | 2.9 |
Τελευταία Ενημέρωση | 2019-04-08 |
Ημερομηνία Δημοσίευσης | 2019-04-08 |
Προγραμματιστής | Intouch Health |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://intouchhealth.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intouch Health Screen Sharing", "author": "Intouch Health", "version": "2.9", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/intouchhealth.com . It captures content of your screen.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/intouch-health-screen-sha\/inlmbeahpljokbkejnmmnnofmploliaa", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.visitnow.org\/*", "https:\/\/*.tru.clinic\/*", "https:\/\/*.truclinic.com\/*", "https:\/\/*.ai.coffee\/*", "https:\/\/*.hs.utah.gov\/*", "https:\/\/*.threadtelehealth.com\/*", "https:\/\/*.telemedicinaeinstein.com.br\/*", "https:\/\/*.uofuhealth.org\/*", "https:\/\/*.keckmedicine.org\/*", "https:\/\/*.einstein.br\/*", "https:\/\/*.visitnow.com\/*", "https:\/\/*.intouchhealth.eu\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |