Sniphero for Gmail
Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails.
什么是Sniphero for Gmail?
Sniphero for Gmail是由https://sniphero.com开发的Chrome扩展程序,该扩展的主要功能是“Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails.”。
扩展截图
下载Sniphero for Gmail扩展crx文件
下载Sniphero for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Sniphero for Gmail |
ID | ionacijjlndncdccgdpnlbcjajicgklc |
官方URL | https://chromewebstore.google.com/detail/sniphero-for-gmail/ionacijjlndncdccgdpnlbcjajicgklc |
简介 | Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails. |
文件大小 | 65.15 KB |
安装次数 | 314 |
当前版本 | 1.0.2 |
更新时间 | 2016-09-25 |
上架时间 | 2016-09-25 |
评分 | 5.00/5 共5次评分 |
开发者 | https://sniphero.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.sniphero.com |
隐私政策页面URL | http://www.sniphero.com/privacy |
支持的语言 | 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 } |