Chrome Remote Desktop Links
Make Chrome Remote Desktop show links rather than codes
Chrome Remote Desktop Links란 무엇입니까?
Chrome Remote Desktop Links은(는) jpenn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Chrome Remote Desktop show links rather than codes"입니다.
확장 프로그램 스크린샷
Chrome Remote Desktop Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Chrome Remote Desktop Links |
ID | ghmjkdfkjmclgnhiipapphippmgdbhhf |
공식 URL | https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf |
설명 | Make Chrome Remote Desktop show links rather than codes |
파일 크기 | 11.37 KB |
설치 횟수 | 625 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-01-29 |
출시 날짜 | 2021-01-29 |
개발자 | jpenn |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |