Gmail Web Clipper by cloudHQ

Save websites, articles, etc. directy to Gmail

Gmail Web Clipper by cloudHQ란 무엇입니까?

Gmail Web Clipper by cloudHQ은(는) https://www.gmail-web-clipper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save websites, articles, etc. directy to Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Gmail Web Clipper by cloudHQ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Gmail Web Clipper by cloudHQ Gmail Web Clipper by cloudHQ
ID lhdibejmgbogidlakonbbnebddbhgkld
공식 URL https://chromewebstore.google.com/detail/gmail-web-clipper-by-clou/lhdibejmgbogidlakonbbnebddbhgkld
설명 Save websites, articles, etc. directy to Gmail
파일 크기 459 KB
설치 횟수 4,906
현재 버전 1.0.2.0
최근 업데이트 2024-02-04
출시 날짜 2020-05-11
평점 4.70/5 총 47 개의 평점
개발자 https://www.gmail-web-clipper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gmail-web-clipper.com/
도움말 페이지 URL https://support.cloudhq.net/category/browser-extensions/gmail-web-clipper/
개인정보 보호 정책 페이지 URL https://www.cloudhq.net/privacy
지원되는 언어 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"
    }
}