Copy Gmail Message-Id
Copies the Message-Id of a message in the new Gmail UI
Copy Gmail Message-Id là gì?
Copy Gmail Message-Id là một tiện ích mở rộng Chrome được phát triển bởi https://dydx.me, và tính năng chính của nó là "Copies the Message-Id of a message in the new Gmail UI".
Ả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 Copy Gmail Message-Id
Tải xuống các tệp mở rộng Copy Gmail Message-Id 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
This extension gets the Message-Id from the html of the currently opened email in Gmail
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy Gmail Message-Id |
ID | giaoihejndibkbnbjighfibbpjokgbln |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-gmail-message-id/giaoihejndibkbnbjighfibbpjokgbln |
Mô tả | Copies the Message-Id of a message in the new Gmail UI |
Kích Thước Tệp | 22.09 KB |
Số Lần Cài Đặt | 139 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2022-11-16 |
Ngày Phát Hành | 2022-10-31 |
Nhà Phát Triển | https://dydx.me |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |