WebExtension.net
Toggle dark mode
WebExtension.net

'Sent to' Email Copier

View on Chrome Web Store
View 'Sent to' Email Copier Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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
11 users
1
Akovah
View author page of Akovah
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 16, 2023
Version 1.0.7
Manifest version
3
Updated
Updated on May 3, 2023
lifestyle/social
Extension Category
View on Chrome Web Store
View 'Sent to' Email Copier Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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.
Go to top