Google Sheets Templates by cloudHQ

Google Sheets Templates

什麼是Google Sheets Templates by cloudHQ?

Google Sheets Templates by cloudHQ是由https://www.google-sheets-templates.com開發的Chrome擴展程式,該擴展的主要功能是“Google Sheets Templates”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Google Sheets Templates by cloudHQ擴展crx文件

下載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 Google Sheets Templates by cloudHQ
ID cplfhghglmhnonmiadpnkdkjacihabja
官方網址 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__"
    }
}