Send URL by Email
Send URL by Email from Toolbar
ما هو Send URL by Email؟
Send URL by Email هو إضافة Chrome تم تطويرها بواسطة https://www.parago.de، والميزة الرئيسية لها هي "Send URL by Email from Toolbar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send URL by Email
قم بتنزيل ملفات الامتداد Send URL by Email بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a button to the toolbar that allows you to send the URL of the web page by e-mail using the default e-mail application (e.g. Outlook).
معلومات أساسية عن التمديد
الاسم | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
الوصف | Send URL by Email from Toolbar |
حجم الملف | 20.24 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2024-02-26 |
تاريخ النشر | 2016-04-04 |
تقييم | 3.14/5 مجموع تقييمات 7 |
المطور | https://www.parago.de |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jbaurle/SendURLByEmail/ |
عنوان صفحة المساعدة | https://github.com/jbaurle/SendURLByEmail/issues |
عنوان صفحة سياسة الخصوصية | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extname__", "version": "2.0.0", "description": "__MSG_extdesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "__MSG_extaction__" } } |