Copy Gmail Message-Id
Copies the Message-Id of a message in the new Gmail UI
Copy Gmail Message-Idとは何ですか?
Copy Gmail Message-Idはhttps://dydx.meによって開発されたChromeの拡張機能で、その主な機能は「Copies the Message-Id of a message in the new Gmail UI」です。
拡張機能のスクリーンショット
Copy Gmail Message-Id拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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
}
]
} | |