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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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
}