Mail My Tabs
Email all open tabs in current window. Keyboard Shortcut: Alt + M.
Mail My Tabs क्या है?
Mail My Tabs https://browsernative.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email all open tabs in current window. Keyboard Shortcut: Alt + M."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mail My Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Mail My Tabs |
ID | beohodjedhlnpeonfkbdafafkcndpmnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/mail-my-tabs/beohodjedhlnpeonfkbdafafkcndpmnk |
विवरण | Email all open tabs in current window. Keyboard Shortcut: Alt + M. |
फ़ाइल का आकार | 12.65 KB |
स्थापना संख्या | 2,050 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2020-05-31 |
प्रकाशन तिथि | 2020-05-31 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://browsernative.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://browsernative.com/mail-my-tabs/ |
सहायता पृष्ठ URL | https://browsernative.com/mail-my-tabs/ |
गोपनीयता नीति पृष्ठ URL | https://browsernative.com/extensions-privacy-policy |
समर्थित भाषाएँ | 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\/" } |