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?

Convert Google Doc to Gmail draft by cloudHQ是由https://www.convert-google-docs-to-gmail-drafts.com开发的Chrome扩展程序,该扩展的主要功能是“Create beautiful emails by designing them in Google Docs”。

扩展截图

screenshot

下载Convert Google Doc to Gmail draft by cloudHQ扩展crx文件

下载Convert Google Doc to Gmail draft by cloudHQ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Convert Google Doc to Gmail draft by cloudHQ Convert Google Doc to Gmail draft by cloudHQ
ID dingigiembmnbjocifcoeiideggpkplj
官方URL https://chromewebstore.google.com/detail/convert-google-doc-to-gma/dingigiembmnbjocifcoeiideggpkplj
简介 Create beautiful emails by designing them in Google Docs
文件大小 178 KB
安装次数 12,307
当前版本 1.0.0.8
更新时间 2020-05-11
上架时间 2020-05-08
评分 4.03/5 共124次评分
开发者 https://www.convert-google-docs-to-gmail-drafts.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.convert-google-docs-to-gmail-drafts.com/
帮助页面URL https://support.cloudhq.net
隐私政策页面URL https://www.cloudhq.net/privacy
支持的语言 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
}