Copy Gmail Message-Id
Copies the Message-Id of a message in the new Gmail UI
Hvad er Copy Gmail Message-Id?
Copy Gmail Message-Id er en Chrome-udvidelse udviklet af https://dydx.me, og dens hovedfunktion er "Copies the Message-Id of a message in the new Gmail UI".
Udvidelsesskærmbilleder
Download Copy Gmail Message-Id-udvidelses-CRX-fil
Download Copy Gmail Message-Id-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension gets the Message-Id from the html of the currently opened email in Gmail Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | giaoihejndibkbnbjighfibbpjokgbln |
| Officiel URL | https://chromewebstore.google.com/detail/copy-gmail-message-id/giaoihejndibkbnbjighfibbpjokgbln |
| Beskrivelse | Copies the Message-Id of a message in the new Gmail UI |
| Filstørrelse | 22.09 KB |
| Antal Installationer | 139 |
| Nuværende Version | 0.3.0 |
| Senest Opdateret | 2022-11-16 |
| Udgivelsesdato | 2022-10-31 |
| Udvikler | https://dydx.me |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
]
} | |