Google Sheets Templates by cloudHQ
Google Sheets Templates
Τι είναι το Google Sheets Templates by cloudHQ;
Το Google Sheets Templates by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.google-sheets-templates.com, και η κύρια λειτουργία του είναι "Google Sheets Templates".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Sheets Templates by cloudHQ
Λήψη αρχείων επέκτασης Google Sheets Templates by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Effortlessly customize your spreadsheet with Google Sheets Templates. Each Google Sheet template is professionally designed so that you can copy and use them as your own with confidence. You'll find spreadsheets for: ✅ Easily Customizable General Lists ✅ Contact Lists ✅ Tax Calculations ✅ Todo Lists ✅ Spending Spreadsheets ✅ Timelines ✅ Task Lists ✅ Personal Wellness Lists ✅ Meal Plans ✅ Invoices ✅ Guest Lists ✅ Educational Lists ✅ Questionnaires ✅ Project Plans ✅ 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 Sheets --> Template by cloudHQ 3) Make a copy of the template, and edit it as you see fit! 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-sheets-templates.com/ Pricing: https://www.google-sheets-templates.com/pricing Support page: https://support.cloudhq.net/category/browser-extensions/google-sheets-templates/ Blog: https://blog.cloudhq.net
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Sheets Templates by cloudHQ |
ID | cplfhghglmhnonmiadpnkdkjacihabja |
Επίσημο URL | https://chromewebstore.google.com/detail/google-sheets-templates-b/cplfhghglmhnonmiadpnkdkjacihabja |
Περιγραφή | Google Sheets Templates |
Μέγεθος Αρχείου | 263 KB |
Αριθμός Εγκαταστάσεων | 9,448 |
Τρέχουσα Έκδοση | 1.0.0.9 |
Τελευταία Ενημέρωση | 2023-08-14 |
Ημερομηνία Δημοσίευσης | 2022-11-07 |
Αξιολόγηση | 5.00/5 Συνολικά 38 Αξιολογήσεις |
Προγραμματιστής | https://www.google-sheets-templates.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.google-sheets-templates.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.cloudhq.net/category/browser-extensions/google-sheets-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__" } } |