Google Slides Theme Templates by cloudHQ

Professionally designed free templates for Google Slides

Was ist Google Slides Theme Templates by cloudHQ?

Google Slides Theme Templates by cloudHQ ist eine Chrome-Erweiterung, die von https://www.google-slides-theme-templates.com entwickelt wurde, und ihr Hauptmerkmal ist "Professionally designed free templates for Google Slides".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Google Slides Theme Templates by cloudHQ-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Slides Theme Templates by cloudHQ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

The templates are professionally designed and include: 

✅ Tourism presentations
✅ Product presentations
✅ Healthcare-related presentations
✅ Food presentations
✅ Fitness presentations
✅ Event presentations
✅ Educational presentations
And much more!

~~~ What you need to do to access Free Google Slides Templates ~~~
1) Install this extension
2) Find the templates in Google Drive by tapping on "New" --> "Google Slides" --> "Template by cloudHQ"
3) Make a copy of the template to make it your own, and edit it as you see fit!

This is an extremely effective template app for anyone looking to create awesome presentation. When using a Google Slides theme template, you will save time and will quickly get over any anxiety caused by creating something from scratch.

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-slides-theme-templates.com/
Pricing: https://www.google-slides-theme-templates.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/google-slides--theme-templates/
Blog: https://blog.cloudhq.net                    

Grundlegende Informationen zur Erweiterung

Name Google Slides Theme Templates by cloudHQ Google Slides Theme Templates by cloudHQ
ID jneeckmfijgiljijaomajegjoddmepaf
Offizielle URL https://chromewebstore.google.com/detail/google-slides-theme-templ/jneeckmfijgiljijaomajegjoddmepaf
Beschreibung Professionally designed free templates for Google Slides
Dateigröße 259 KB
Installationsanzahl 5,153
Aktuelle Version 1.0.0.9
Letztes Update 2023-08-12
Veröffentlichungsdatum 2023-02-18
Bewertung 5.00/5 Insgesamt 26 Bewertungen
Entwickler https://www.google-slides-theme-templates.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.google-slides-theme-templates.com/
Hilfeseite URL https://support.cloudhq.net
URL der Datenschutzrichtlinien-Seite https://www.cloudhq.net/privacy
Unterstützte Sprachen 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__"
    }
}