Copy Gmail Message-Id
Copies the Message-Id of a message in the new Gmail UI
Copy Gmail Message-Idคืออะไร?
Copy Gmail Message-Id เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dydx.me และคุณลักษณะหลักของมันคือ "Copies the Message-Id of a message in the new Gmail UI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Gmail Message-Id
ดาวน์โหลดไฟล์ส่วนขยาย Copy Gmail Message-Id ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension gets the Message-Id from the html of the currently opened email in Gmail ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
}
]
} | |