Chrome Remote Desktop Links
Make Chrome Remote Desktop show links rather than codes
Chrome Remote Desktop Links là gì?
Chrome Remote Desktop Links là một tiện ích mở rộng Chrome được phát triển bởi jpenn, và tính năng chính của nó là "Make Chrome Remote Desktop show links rather than codes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome Remote Desktop Links
Tải xuống các tệp mở rộng Chrome Remote Desktop Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
You can make links that pre-fill the "Give Support" box in Chrome Remote Desktop. This makes it easier for you to give access to your computer to someone else who is unfamiliar with Chrome Remote Desktop. This extension causes the "Give Support" page to show these links rather than the codes. This is *NOT* an official extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Remote Desktop Links |
ID | ghmjkdfkjmclgnhiipapphippmgdbhhf |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf |
Mô tả | Make Chrome Remote Desktop show links rather than codes |
Kích Thước Tệp | 11.37 KB |
Số Lần Cài Đặt | 625 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-01-29 |
Ngày Phát Hành | 2021-01-29 |
Nhà Phát Triển | jpenn |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Remote Desktop Links", "version": "0.1", "description": "Make Chrome Remote Desktop show links rather than codes", "permissions": [ "https:\/\/remotedesktop.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/remotedesktop.google.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |