Convert Google Doc to Gmail draft by cloudHQ

Create beautiful emails by designing them in Google Docs

Convert Google Doc to Gmail draft by cloudHQ là gì?

Convert Google Doc to Gmail draft by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.convert-google-docs-to-gmail-drafts.com, và tính năng chính của nó là "Create beautiful emails by designing them in Google Docs".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Convert Google Doc to Gmail draft by cloudHQ

Tải xuống các tệp mở rộng Convert Google Doc to Gmail draft 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

                        If you're anything like us, we absolutely abhor formatting issues. Now, you can convert a Google Doc into a Gmail™ with 1 click and never lose any of your formatting. 

Everything should be as easy as 1 click.                    

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

Tên Convert Google Doc to Gmail draft by cloudHQ Convert Google Doc to Gmail draft by cloudHQ
ID dingigiembmnbjocifcoeiideggpkplj
URL Chính Thức https://chromewebstore.google.com/detail/convert-google-doc-to-gma/dingigiembmnbjocifcoeiideggpkplj
Mô tả Create beautiful emails by designing them in Google Docs
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 12,307
Phiên Bản Hiện Tại 1.0.0.8
Cập Nhật Lần Cuối 2020-05-11
Ngày Phát Hành 2020-05-08
Đánh Giá 4.03/5 Tổng số 124 Đánh Giá
Nhà Phát Triển https://www.convert-google-docs-to-gmail-drafts.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.convert-google-docs-to-gmail-drafts.com/
URL Trang Trợ Giúp https://support.cloudhq.net
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",
    "content_security_policy": "script-src 'self' https:\/\/www.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "Convert Google Doc to Gmail draft by cloudHQ",
    "short_name": "Convert Google Doc to Gmail draft by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "browser_action": {
        "default_icon": "icons\/icon-128x128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.8",
    "description": "Create beautiful emails by designing them in Google Docs",
    "permissions": [
        "storage",
        "background",
        "https:\/\/drive.google.com\/",
        "https:\/\/docs.google.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}