Copy Gmail Message-Id
Copies the Message-Id of a message in the new Gmail UI
Was ist Copy Gmail Message-Id?
Copy Gmail Message-Id ist eine Chrome-Erweiterung, die von https://dydx.me entwickelt wurde, und ihr Hauptmerkmal ist "Copies the Message-Id of a message in the new Gmail UI".
Erweiterungsscreenshots
Copy Gmail Message-Id-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Gmail Message-Id-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension gets the Message-Id from the html of the currently opened email in Gmail Grundlegende Informationen zur Erweiterung
| Name | |
| ID | giaoihejndibkbnbjighfibbpjokgbln |
| Offizielle URL | https://chromewebstore.google.com/detail/copy-gmail-message-id/giaoihejndibkbnbjighfibbpjokgbln |
| Beschreibung | Copies the Message-Id of a message in the new Gmail UI |
| Dateigröße | 22.09 KB |
| Installationsanzahl | 139 |
| Aktuelle Version | 0.3.0 |
| Letztes Update | 2022-11-16 |
| Veröffentlichungsdatum | 2022-10-31 |
| Entwickler | https://dydx.me |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |