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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}