Google Docs Templates by cloudHQ

Professionally designed free Google Docs Templates: Invoice templates, Resume templates, Business Plans, and more.

Что такое Google Docs Templates by cloudHQ?

Google Docs Templates by cloudHQ - это расширение Chrome, разработанное https://www.google-docs-templates.com, и его основная функция - "Professionally designed free Google Docs Templates: Invoice templates, Resume templates, Business Plans, and more.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Google Docs Templates by cloudHQ

Скачайте файлы расширений Google Docs Templates by cloudHQ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        These free Google Docs templates are for commercial and non-commercial use, and are fully integrated with Google Docs. 

You'll find professionally-designed: 
✅ Business Proposals
✅ Resume templates
✅ Cover letter templates
✅ Invoice templates
✅ Google Slides templates
✅ Lesson Plans
✅ Newsletters
✅ Flyers
✅ SO MUCH MORE!

All you need to do is: 
1) Install this extension.
2) Find the templates in Google Drive by tapping on "New" --> Google Docs -->Template by cloudHQ
3) Make a copy of the template, and tweak it as you see fit!

This is an extremely effective template app for anyone looking to create business plans, invoices, resumes, cover letters, newsletters and flyers. When using a Google Docs Template, you save time and can quickly get over the anxiety of creating something from scratch. Use proven design concepts, and save time, all while creating a winning document that conveys everything you want it to.  

All templates have royalty-free stock images, illustrations, and photographs. They can be used in both personal and commercial projects.

cloudHQ. Helping your productivity, 1 click at a time. 

cloudHQ website: https://www.cloudhq.net/
App website: https://www.google-docs-templates.com/
Pricing: https://www.google-docs-templates.com//pricing
Support page: https://support.cloudhq.net/category/browser-extensions/google-docs-templates/
Blog: https://blog.cloudhq.net                    

Основная информация о расширении

Название Google Docs Templates by cloudHQ Google Docs Templates by cloudHQ
ID gjejheleiakmbgpbeikmekgghaknckmi
Официальный URL https://chromewebstore.google.com/detail/google-docs-templates-by/gjejheleiakmbgpbeikmekgghaknckmi
Описание Professionally designed free Google Docs Templates: Invoice templates, Resume templates, Business Plans, and more.
Размер файла 294 KB
Количество установок 14,570
Текущая Версия 1.0.0.9
Последнее Обновление 2023-08-12
Дата публикации 2022-06-21
Рейтинг 4.66/5 Всего 41 оценок
Разработчик https://www.google-docs-templates.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.google-docs-templates.com/
URL страницы помощи https://support.cloudhq.net/getting-started-with-google-docs-templates
URL страницы политики конфиденциальности https://www.cloudhq.net/privacy
Поддерживаемые языки de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDetail__",
    "version": "1.0.0.9",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "mutation-summary.js",
                "docs_templates.js"
            ],
            "run_at": "document_start"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "matches": [
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "mutation-summary.js",
                "drive_template_menu.js",
                "drive_app_menu.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/docs.google.com\/",
        "https:\/\/drive.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "*:\/\/*.google-docs-templates.com\/*",
                "*:\/\/*.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/google_docs_templates.png",
        "default_title": "__MSG_appName__"
    }
}