Copy Gmail Message-Id
Copies the Message-Id of a message in the new Gmail UI
Copy Gmail Message-Id란 무엇입니까?
Copy Gmail Message-Id은(는) https://dydx.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copies the Message-Id of a message in the new Gmail UI"입니다.
확장 프로그램 스크린샷
Copy Gmail Message-Id 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension gets the Message-Id from the html of the currently opened email in Gmail
확장 프로그램 기본 정보
이름 | Copy Gmail Message-Id |
ID | giaoihejndibkbnbjighfibbpjokgbln |
공식 URL | https://chromewebstore.google.com/detail/copy-gmail-message-id/giaoihejndibkbnbjighfibbpjokgbln |
설명 | Copies the Message-Id of a message in the new Gmail UI |
파일 크기 | 22.09 KB |
설치 횟수 | 139 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2022-11-16 |
출시 날짜 | 2022-10-31 |
개발자 | https://dydx.me |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Gmail Message-Id", "version": "0.3.0", "description": "Copies the Message-Id of a message in the new Gmail UI", "icons": { "16": "public\/icons\/icon16.ico", "32": "public\/icons\/icon32.ico", "48": "public\/icons\/icon48.ico", "128": "public\/icons\/icon128.ico" }, "browser_action": { "default_icon": "public\/icons\/icon16.ico" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.content.ts.54357fa5.88d9e17b.js" ], "matches": [ "https:\/\/mail.google.com\/mail\/u\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "assets\/content.ts.54357fa5.js" ], "use_dynamic_url": true } ] } |