Gmail Web Clipper by cloudHQ

Save websites, articles, etc. directy to Gmail

Gmail Web Clipper by cloudHQ là gì?

Gmail Web Clipper by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.gmail-web-clipper.com, và tính năng chính của nó là "Save websites, articles, etc. directy to Gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Web Clipper by cloudHQ

Tải xuống các tệp mở rộng Gmail Web Clipper by cloudHQ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Web Clipper by cloudHQ Gmail Web Clipper by cloudHQ
ID lhdibejmgbogidlakonbbnebddbhgkld
URL Chính Thức https://chromewebstore.google.com/detail/gmail-web-clipper-by-clou/lhdibejmgbogidlakonbbnebddbhgkld
Mô tả Save websites, articles, etc. directy to Gmail
Kích Thước Tệp 459 KB
Số Lần Cài Đặt 4,906
Phiên Bản Hiện Tại 1.0.2.0
Cập Nhật Lần Cuối 2024-02-04
Ngày Phát Hành 2020-05-11
Đánh Giá 4.70/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://www.gmail-web-clipper.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gmail-web-clipper.com/
URL Trang Trợ Giúp https://support.cloudhq.net/category/browser-extensions/gmail-web-clipper/
URL Trang Chính Sách Bảo Mật https://www.cloudhq.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}