Send from Gmail - Share a Link Via Email
provides a button which allows you to send a webpage URL (link) via email.
Send from Gmail - Share a Link Via Emailคืออะไร?
Send from Gmail - Share a Link Via Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Analyzer และคุณลักษณะหลักของมันคือ "provides a button which allows you to send a webpage URL (link) via email."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send from Gmail - Share a Link Via Email
ดาวน์โหลดไฟล์ส่วนขยาย Send from Gmail - Share a Link Via Email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It provides a button that will create a Gmail message when clicked, using the page title as the subject and selected page text and link address as the message. All you have to do is choose a mail recipient and click send. features: ➔ provides a fast way to quickly send a link to the current website per email to somebody. ➔ works with local Mail clients and WebMail accounts like GMail, Hotmail, etc. ➔ create a new mail window on current page. For setting the domain name of your "Google Apps for your domain" account, click Options. options features: ➔ set the domain name of your google account ➔ set a prefix for the subject field when sending from Gmail Note that if you use a local mail client a default Mail client must be registered on the computer. this extension was made by third party developers and it is NOT made by Gmail Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Send from Gmail - Share a Link Via Email |
ID | egefdkphhgpfilgcaejconjganlfehif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/send-from-gmail-share-a-l/egefdkphhgpfilgcaejconjganlfehif |
คำอธิบาย | provides a button which allows you to send a webpage URL (link) via email. |
ขนาดไฟล์ | 2.09 MB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-03-31 |
วันที่เผยแพร่ | 2022-08-27 |
คะแนน | 4.93/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | Social Analyzer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://gmplus.io/gmplus-private-policy |
ภาษาที่รองรับ | en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,gu,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.5", "default_locale": "en", "homepage_url": "https:\/\/gmplus.io?utm_source=gm_send", "description": "provides a button which allows you to send a webpage URL (link) via email.", "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/128.png", "default_title": "Send this link with Gmail" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*.google.com\/" ] } |