Send to Mail

Share a URL directly from your browser via email

Cos'è Send to Mail?

Send to Mail è un'estensione di Chrome sviluppata da https://blog.adrianistan.eu, e la sua funzione principale è "Share a URL directly from your browser via email".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Send to Mail

Scarica i file di estensione Send to Mail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.                    

Informazioni di Base sull'Estensione

Nome Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
URL Ufficiale https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Descrizione Share a URL directly from your browser via email
Dimensione del File 48.74 KB
Conteggio Installazioni 3,124
Versione Corrente 2.0.3
Ultimo Aggiornamento 2021-03-21
Data di Pubblicazione 2020-01-30
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore https://blog.adrianistan.eu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://adrianistan.eu/
URL della Pagina di Aiuto https://adrianistan.eu
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Mail",
    "version": "2.0.3",
    "description": "Share a URL directly from your browser via email",
    "homepage_url": "https:\/\/adrianistan.eu",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "applications": {
        "gecko": {
            "id": "send-to-mail@divel",
            "strict_min_version": "55.0"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background\/mail.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/96.png"
    }
}