Mail My Tabs
Email all open tabs in current window. Keyboard Shortcut: Alt + M.
Was ist Mail My Tabs?
Mail My Tabs ist eine Chrome-Erweiterung, die von https://browsernative.com entwickelt wurde, und ihr Hauptmerkmal ist "Email all open tabs in current window. Keyboard Shortcut: Alt + M.".
Erweiterungsscreenshots
Mail My Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mail My Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mail My Tabs |
ID | beohodjedhlnpeonfkbdafafkcndpmnk |
Offizielle URL | https://chromewebstore.google.com/detail/mail-my-tabs/beohodjedhlnpeonfkbdafafkcndpmnk |
Beschreibung | Email all open tabs in current window. Keyboard Shortcut: Alt + M. |
Dateigröße | 12.65 KB |
Installationsanzahl | 2,050 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2020-05-31 |
Veröffentlichungsdatum | 2020-05-31 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://browsernative.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsernative.com/mail-my-tabs/ |
Hilfeseite URL | https://browsernative.com/mail-my-tabs/ |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | 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\/" } |