Send to Mail
Share a URL directly from your browser via email
Send to Mail क्या है?
Send to Mail https://blog.adrianistan.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share a URL directly from your browser via email"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send to Mail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Send to Mail |
ID | ffcinmkbpiamlpccghkkglghggpahnab |
आधिकारिक URL | https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab |
विवरण | Share a URL directly from your browser via email |
फ़ाइल का आकार | 48.74 KB |
स्थापना संख्या | 3,124 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2021-03-21 |
प्रकाशन तिथि | 2020-01-30 |
रेटिंग | 4.13/5 कुल 8 रेटिंग्स |
डेवलपर | https://blog.adrianistan.eu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://adrianistan.eu/ |
सहायता पृष्ठ URL | https://adrianistan.eu |
समर्थित भाषाएँ | 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" } } |