WebExtension.net
WebExtension.net

Mailsie – Automatic Email & Social Media Extractor

View on Chrome Web Store
View Mailsie – Automatic Email & Social Media Extractor Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Automatically extract emails and social media profiles from any website while you browse
Type
Extension
Users
255 users
9
Francesco Masciopinto
View author page of Francesco Masciopinto
Published
Published on September 24, 2024
Version 1.3
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Mailsie – Automatic Email & Social Media Extractor Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mailsie \u2013 Automatic Email & Social Media Extractor",
    "version": "1.3",
    "description": "Automatically extract emails and social media profiles from any website while you browse",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "autoBrowser.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "oauth2": {
        "client_id": "970872214371-f5siisoimg5cane2pd6np0tl69j871cn.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "action": {
        "default_title": "MAILSIE E-MAIL EXTRACTOR",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "autoBrowser.js"
            ]
        }
    ]
}
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