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”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Copy Gmail Message-Id Copy Gmail Message-Id
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
        }
    ]
}