Convert Google Doc to Gmail draft by cloudHQ

Create beautiful emails by designing them in Google Docs

Qu'est-ce que Convert Google Doc to Gmail draft by cloudHQ ?

Convert Google Doc to Gmail draft by cloudHQ est une extension Chrome développée par https://www.convert-google-docs-to-gmail-drafts.com, et sa fonction principale est "Create beautiful emails by designing them in Google Docs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Convert Google Doc to Gmail draft by cloudHQ

Téléchargez les fichiers d'extension Convert Google Doc to Gmail draft by cloudHQ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Convert Google Doc to Gmail draft by cloudHQ Convert Google Doc to Gmail draft by cloudHQ
ID dingigiembmnbjocifcoeiideggpkplj
URL Officiel https://chromewebstore.google.com/detail/convert-google-doc-to-gma/dingigiembmnbjocifcoeiideggpkplj
Description Create beautiful emails by designing them in Google Docs
Taille du Fichier 178 KB
Nombre d'Installations 12,307
Version Actuelle 1.0.0.8
Dernière Mise à Jour 2020-05-11
Date de Publication 2020-05-08
Évaluation 4.03/5 Total 124 Évaluations
Développeur https://www.convert-google-docs-to-gmail-drafts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.convert-google-docs-to-gmail-drafts.com/
URL de la Page d'Aide https://support.cloudhq.net
URL de la Page de Politique de Confidentialité https://www.cloudhq.net/privacy
Langues Prises en Charge 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
}