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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.convert-google-docs-to-gmail-drafts.com และคุณลักษณะหลักของมันคือ "Create beautiful emails by designing them in Google Docs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert Google Doc to Gmail draft by cloudHQ

ดาวน์โหลดไฟล์ส่วนขยาย 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
}