Mail My Tabs
Email all open tabs in current window. Keyboard Shortcut: Alt + M.
ما هو Mail My Tabs؟
Mail My Tabs هو إضافة Chrome تم تطويرها بواسطة https://browsernative.com، والميزة الرئيسية لها هي "Email all open tabs in current window. Keyboard Shortcut: Alt + M.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mail My Tabs
قم بتنزيل ملفات الامتداد Mail My Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | https://browsernative.com/mail-my-tabs/ |
عنوان صفحة سياسة الخصوصية | 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\/" } |