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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
URL หน้าช่วยเหลือ | https://github.com/jbaurle/SendURLByEmail/issues |
URL หน้านโยบายความเป็นส่วนตัว | 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__" } } |