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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Without leaving your Gmail compose window easily search and add your favourite websites content beautifully into your emails."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sniphero for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}