Mail My Tabs

Email all open tabs in current window. Keyboard Shortcut: Alt + M.

Cos'è Mail My Tabs?

Mail My Tabs è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Email all open tabs in current window. Keyboard Shortcut: Alt + M.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mail My Tabs

Scarica i file di estensione Mail My Tabs 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

                        Use the button on browser toolbar, or the keyboard shortcut command: alt + m.

Option to set default multiple recipients, cc & bcc addresses. Choose tabs from current window or all open windows. 
By default, it opens Gmail but you can use any other email provider or email client installed on your computer. Refer our home page for detailed information on that.                    

Informazioni di Base sull'Estensione

Nome Mail My Tabs Mail My Tabs
ID beohodjedhlnpeonfkbdafafkcndpmnk
URL Ufficiale https://chromewebstore.google.com/detail/mail-my-tabs/beohodjedhlnpeonfkbdafafkcndpmnk
Descrizione Email all open tabs in current window. Keyboard Shortcut: Alt + M.
Dimensione del File 12.65 KB
Conteggio Installazioni 2,050
Versione Corrente 0.0.3
Ultimo Aggiornamento 2020-05-31
Data di Pubblicazione 2020-05-31
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/mail-my-tabs/
URL della Pagina di Aiuto https://browsernative.com/mail-my-tabs/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mail My Tabs",
    "description": "Email all open tabs in current window. Keyboard Shortcut: Alt + M.",
    "permissions": [
        "tabs"
    ],
    "version": "0.0.3",
    "icons": {
        "48": "static\/48.png",
        "128": "static\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Mail My Tabs"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+M"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/mail-my-tabs\/"
}