Copy Gmail Message-Id
Copies the Message-Id of a message in the new Gmail UI
Wat is Copy Gmail Message-Id?
Copy Gmail Message-Id is een Chrome-extensie ontwikkeld door https://dydx.me, en de belangrijkste functie is "Copies the Message-Id of a message in the new Gmail UI".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Gmail Message-Id
Download Copy Gmail Message-Id-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension gets the Message-Id from the html of the currently opened email in Gmail Basisinformatie over de Extensie
| Naam | |
| ID | giaoihejndibkbnbjighfibbpjokgbln |
| Officiële URL | https://chromewebstore.google.com/detail/copy-gmail-message-id/giaoihejndibkbnbjighfibbpjokgbln |
| Beschrijving | Copies the Message-Id of a message in the new Gmail UI |
| Bestandsgrootte | 22.09 KB |
| Aantal Installaties | 139 |
| Huidige Versie | 0.3.0 |
| Laatst Bijgewerkt | 2022-11-16 |
| Publicatiedatum | 2022-10-31 |
| Ontwikkelaar | https://dydx.me |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |