Getscreen.me - Remote Desktop Access
Connect to your computers and invite customers in one click!
什麼是Getscreen.me - Remote Desktop Access?
Getscreen.me - Remote Desktop Access是由https://getscreen.me開發的Chrome擴展程式,該擴展的主要功能是“Connect to your computers and invite customers in one click!”。
擴展截圖
下載Getscreen.me - Remote Desktop Access擴展crx文件
下載Getscreen.me - Remote Desktop Access擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple and effective extension to your account that allows to make connections without having to log in to your personal Getscreen.me account. Invitations help simplify the process of establishing a connection with a client.
Сlient receives a small file in the invitation and runs it to establish a connection. No instructions, IDs, or passwords. Works on Windows, Mac, Linux and Android. 擴展基本資訊
| 名稱 | |
| ID | iaohfhfkcdddhmpmonkhhblodjfolfmf |
| 官方網址 | https://chromewebstore.google.com/detail/getscreenme-remote-deskto/iaohfhfkcdddhmpmonkhhblodjfolfmf |
| 簡介 | Connect to your computers and invite customers in one click! |
| 檔案大小 | 675 KB |
| 安裝次數 | 8,251 |
| 目前版本 | 3.5 |
| 更新時間 | 2024-02-26 |
| 上架時間 | 2021-03-01 |
| 評分 | 4.96/5 共 246 次評分 |
| 開發者 | https://getscreen.me |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://getscreen.me/ |
| 說明頁面URL | https://getscreen.me/docs/ |
| 隱私政策頁面URL | https://getscreen.me/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Getscreen.me - Remote Desktop Access",
"version": "3.5",
"description": "Connect to your computers and invite customers in one click!",
"permissions": [
"declarativeContent",
"clipboardWrite",
"storage",
"tabs",
"activeTab",
"alarms",
"scripting"
],
"host_permissions": [
"https:\/\/*.getscreen.me\/*"
],
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"options_page": "html\/options.html",
"action": {
"default_popup": "html\/popup.html",
"default_icon": {
"16": "i\/16x16.png",
"32": "i\/32x32.png",
"48": "i\/48x48.png",
"128": "i\/128x128.png"
}
},
"icons": {
"16": "i\/16x16.png",
"32": "i\/32x32.png",
"48": "i\/48x48.png",
"128": "i\/128x128.png"
}
} | |