Gmail Web Clipper by cloudHQ

Save websites, articles, etc. directy to Gmail

What is Gmail Web Clipper by cloudHQ?

Gmail Web Clipper by cloudHQ is a Chrome extension developed by https://www.gmail-web-clipper.com, and its main feature is "Save websites, articles, etc. directy to Gmail".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Gmail Web Clipper by cloudHQ Extension CRX File

Download Gmail Web Clipper by cloudHQ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save anything you see from web articles, texts, and snippets, directly in your Gmail.

Free and simple. Give it a try today!

Plus - save anything you want from the web like: 

✔️ Articles, 
✔️ Texts, 
✔️ Images, and more! 

Everything is neatly saved in a Gmail label directly in your email. 

cloudHQ. Helping your productivity 1 click at a time.

cloudHQ Website: https://www.cloudhq.net
App Website: https://www.gmail-web-clipper.com/
Pricing:  https://www.gmail-web-clipper.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-web-clipper/
Blog: https://blog.cloudhq.net                    

Extension Basic Information

Name Gmail Web Clipper by cloudHQ Gmail Web Clipper by cloudHQ
ID lhdibejmgbogidlakonbbnebddbhgkld
Official URL https://chromewebstore.google.com/detail/gmail-web-clipper-by-clou/lhdibejmgbogidlakonbbnebddbhgkld
Description Save websites, articles, etc. directy to Gmail
File Size 459 KB
Installation Count 4,906
Current Version 1.0.2.0
Last Updated 2024-02-04
Publish Date 2020-05-11
Rating 4.70/5 Total 47 Ratings
Developer https://www.gmail-web-clipper.com
Email [email protected]
Payment Type free
Extension Website https://www.gmail-web-clipper.com/
Help Page URL https://support.cloudhq.net/category/browser-extensions/gmail-web-clipper/
Privacy Policy Page URL https://www.cloudhq.net/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Web Clipper by cloudHQ",
    "short_name": "Gmail Web Clipper by cloudHQ",
    "description": "Save websites, articles, etc. directy to Gmail",
    "version": "1.0.2.0",
    "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": [],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/gmail_web_clipper.png",
        "48": "icons\/gmail_web_clipper.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_web_clipper.png",
        "default_title": "Gmail Web Clipper by cloudHQ"
    }
}