Sniphero for Gmail
Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails.
Sniphero for Gmail là gì?
Sniphero for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://sniphero.com, và tính năng chính của nó là "Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sniphero for Gmail
Tải xuống các tệp mở rộng Sniphero for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Stop sending people boring web links - without leaving your Gmail compose window use SnipHero to search YouTube, Etsy, Twitter, ProductHunt, Amazon, Bing Images, New York Times, Giphy or MovieDb.org. Once you find what you want to share, quickly add it into your email with just one click! SnipHero will add your selected content into your email including images, headings, descriptions etc to make your email shine. Add the following content easily into your emails: + YouTube videoes + Amazon Shopping + Twitter tweets + Bing Images + New York Times articles + Giphy images + Etsy vintage and handmade goods + ProductHunt discover your next favorite thing + Movies and TV shows via moviedb.org + more content coming very soon
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sniphero for Gmail |
ID | ionacijjlndncdccgdpnlbcjajicgklc |
URL Chính Thức | https://chromewebstore.google.com/detail/sniphero-for-gmail/ionacijjlndncdccgdpnlbcjajicgklc |
Mô tả | Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails. |
Kích Thước Tệp | 65.15 KB |
Số Lần Cài Đặt | 314 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-09-25 |
Ngày Phát Hành | 2016-09-25 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://sniphero.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.sniphero.com |
URL Trang Chính Sách Bảo Mật | http://www.sniphero.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sniphero for Gmail", "description": "Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails.", "short_name": "SnipHero", "version": "1.0.2", "browser_action": { "default_icon": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png" }, "default_title": "Sniphero for Gmail", "description": "Without leaving your Gmail compose window search and add your favourite websites content beautifully into your emails." }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "all_frames": false, "js": [ "js\/jquery-2.1.3.min.js", "js\/inboxsdk.js", "cs.js", "js\/load.js" ], "css": [ "css\/inject.css" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/app.sniphero.com\/", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "externally_connectable": { "matches": [ "https:\/\/app.sniphero.com\/*" ] }, "web_accessible_resources": [ "js\/jquery-2.1.3.min.js", "frame.html", "icon128.png", "AppCompose\/Home\/Home.html" ], "manifest_version": 2 } |