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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copies the Message-Id of a message in the new Gmail UI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy Gmail Message-Id एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}