Send Anywhere For Gmail
Ad-free from any platform, powerful link management and easy large files attachment to email freely
Send Anywhere For Gmailคืออะไร?
Send Anywhere For Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://send-anywhere.com และคุณลักษณะหลักของมันคือ "Ad-free from any platform, powerful link management and easy large files attachment to email freely"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send Anywhere For Gmail
ดาวน์โหลดไฟล์ส่วนขยาย Send Anywhere For Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you still uploading files to cloud storage when sending large files by Gmail? We guarantee your comfortable file transfer life with Send Anywhere's new subscription service, "Send Anywhere Email Add-on." From large file attachment function to powerful link customization and a fast & stable subscriber dedicated server! Once you subscribe, you can use Send Anywhere features without ads on all platforms, including mobile OS(Android and iOS), desktop apps, and the web. Support features Attach large files to Gmail. Share PDF directly from the PDF viewer Share images by clicking the right mouse button No ads for all platform Abundant My Link settings include expiration date, password, download limit, etc. *This service requires a subscription
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Send Anywhere For Gmail |
ID | amjmjholfoknokffkiolahocokcaecnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/send-anywhere-for-gmail/amjmjholfoknokffkiolahocokcaecnc |
คำอธิบาย | Ad-free from any platform, powerful link management and easy large files attachment to email freely |
ขนาดไฟล์ | 4.44 MB |
จำนวนการติดตั้ง | 152,438 |
เวอร์ชันปัจจุบัน | 23.3.19 |
อัปเดตครั้งล่าสุด | 2024-02-20 |
วันที่เผยแพร่ | 2020-05-08 |
คะแนน | 4.14/5 รวมทั้งหมด 228 คะแนน |
ผู้พัฒนา | https://send-anywhere.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://send-anywhere.com |
URL หน้าช่วยเหลือ | https://support.send-anywhere.com/hc/ |
URL หน้านโยบายความเป็นส่วนตัว | https://send-anywhere.com/terms |
ภาษาที่รองรับ | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "description": "__MSG_extension_desc__", "version": "23.3.19", "default_locale": "en", "browser_action": { "default_icon": { "16": "\/img\/favicon-16x16.png", "24": "\/img\/favicon-24x24.png", "32": "\/img\/favicon-32x32.png", "64": "\/img\/favicon-64x64.png", "96": "\/img\/favicon-96x96.png", "128": "\/img\/favicon-128x128.png", "196": "\/img\/favicon-196x196.png" }, "default_title": "__MSG_extension_short_name__" }, "background": { "scripts": [ "\/lib\/jquery-1.10.2.min.js", "\/js\/tracking.js", "\/js\/browser.js", "\/js\/background.js" ] }, "icons": { "16": "\/img\/fav_16.png", "32": "\/img\/fav_32.png", "48": "\/img\/fav_48.png", "96": "\/img\/fav_96.png", "128": "\/img\/fav_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/inbox.google.com\/*", "*:\/\/*.send-anywhere.com\/*", "*:\/\/*\/*.pdf", "file:\/\/\/*.pdf" ], "js": [ "\/lib\/jquery-1.10.2.min.js", "\/lib\/inboxsdk.js", "\/js\/content-script.js" ] } ], "web_accessible_resources": [ "\/lib\/jquery-1.10.2.min.js", "\/js\/inject-iframe.js", "\/html\/frame.html", "\/html\/btn.html", "\/css\/injection.css", "\/img\/ic_gmail.png", "\/img\/ic_slack.svg", "\/img\/ic_slack_hover.svg", "\/img\/slack_normal.png", "\/img\/slack_hover.png", "\/html\/embedded_webapp.html" ], "permissions": [ "contextMenus", "storage", "cookies", "background", "*:\/\/*.send-anywhere.com\/", "http:\/\/localhost\/*", "tabs" ], "optional_permissions": [ "*:\/\/*\/*.pdf", "file:\/\/\/*.pdf" ], "content_security_policy": "script-src 'self' https:\/\/*.send-anywhere.com\/ https:\/\/fonts.gstatic.com\/ https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com\/ https:\/\/tagmanager.google.com\/ ; object-src 'self';" } |