URL Link Previews in Gmail by cloudHQ

Automatically add full web URL link previews when composing your email.

URL Link Previews in Gmail by cloudHQ क्या है?

URL Link Previews in Gmail by cloudHQ https://www.gmail-url-link-preview.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically add full web URL link previews when composing your email."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में URL Link Previews in Gmail by cloudHQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Share visually appealing previews, or the full contents of a URL link directly in your email.

Here is how it works:
- paste URL in your Gmail compose window
- select "Preview", "Content", or "Preview"
- we will automatically embed preview of the URL link into your email 

This includes private website URLs like: unpublished blog posts, pre-market listings for real estate, private legal contracts, and anything else that has a weblink! 

Sending attractive URL link previews, or a URL's full webpage content directly in your email, will help you get your message across in a visual way that people will appreciate.   

This is great for:
-Realtors: Send your VIP clients a sneak preview for what's about to hit the market
-Writers: Try sharing your unpublished blog posts with a graphic artist to make images or movies
-Job Seekers: Try applying for a job by email with your LinkedIn profile and include its full content!
-Business Owners: Did you get a contract that only you can see, but you want an outside opinion? Share it!
-Salespeople: Sending emails with links to your products are boring! Send it with a visual preview!
  
cloudHQ. Helping your productivity, 1 click at a time.

cloudHQ website: https://www.cloudhq.net/
App website: https://www.gmail-url-link-preview.com/
Pricing: https://www.gmail-url-link-preview.com//pricing
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-url-link-preview
Blog: https://blog.cloudhq.net                    

एक्सटेंशन की मूल जानकारी

नाम URL Link Previews in Gmail by cloudHQ URL Link Previews in Gmail by cloudHQ
ID cdmmpngppebpilcajoikplkjbelbimim
आधिकारिक URL https://chromewebstore.google.com/detail/url-link-previews-in-gmai/cdmmpngppebpilcajoikplkjbelbimim
विवरण Automatically add full web URL link previews when composing your email.
फ़ाइल का आकार 598 KB
स्थापना संख्या 7,927
वर्तमान संस्करण 1.0.2.01
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2020-05-10
रेटिंग 4.47/5 कुल 47 रेटिंग्स
डेवलपर https://www.gmail-url-link-preview.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gmail-url-link-preview.com/
सहायता पृष्ठ URL https://support.cloudhq.net/category/browser-extensions/gmail-url-link-preview/
गोपनीयता नीति पृष्ठ URL https://www.cloudhq.net/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Link Previews in Gmail by cloudHQ",
    "short_name": "URL Link Previews in Gmail by cloudHQ",
    "description": "Automatically add full web URL link previews when composing your email.",
    "version": "1.0.2.01",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/border_bottom_animation.css"
            ],
            "include_globs": [],
            "matches": [
                ""
            ],
            "js": [],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/border_bottom_animation.css"
            ],
            "include_globs": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs",
        "activeTab",
        "clipboardRead"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_url_previews.png",
        "default_title": "URL Link Previews in Gmail by cloudHQ"
    }
}