WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
'Sent to' Email Copier

'Sent to' Email Copier

View on Chrome Web Store
0.0 (0 ratings)
31 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Copies email adress of who the email was sent to
Type
Extension
Users
14 users
1
Akovah
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.0.7
Manifest version
3
Updated
lifestyle/social
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "'Sent to' Email Copier",
    "version": "1.0.7",
    "description": "Copies email adress of who the email was sent to",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/mail\/u\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/copy-32.png"
            ],
            "matches": [
                "https:\/\/*.mail.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/copy-16.png",
            "24": "assets\/copy-24.png",
            "32": "assets\/copy-32.png",
            "128": "assets\/copy-128.png"
        },
        "default_title": "Sent to email copier"
    },
    "icons": {
        "16": "assets\/copy-16.png",
        "24": "assets\/copy-24.png",
        "32": "assets\/copy-32.png",
        "128": "assets\/copy-128.png"
    },
    "manifest_version": 3
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.