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
Eメール [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
}