Gmail Tables by cloudHQ

Add tables to your emails

ما هو Gmail Tables by cloudHQ؟

Gmail Tables by cloudHQ هو إضافة Chrome تم تطويرها بواسطة https://www.gmail-tables.com، والميزة الرئيسية لها هي "Add tables to your emails".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Gmail Tables by cloudHQ

قم بتنزيل ملفات الامتداد Gmail Tables by cloudHQ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Gmail Tables by cloudHQ, you can now easily create a table to include in your email, in about 30 seconds. You'll be able to customize your:

✅ Text color and background
✅ Border color
✅ Border size
✅ Header row
✅ Header column

This is great for:
✔️ Sales professionals to create a table with different pricing tier options
✔️ Customer support to create a checklist for troubleshooting instructions
✔️ Managers and team leads to indicate top performing members or metrics on their team

In 1 click, you can now create a table that is natively inserted into your email for any kind of table that you want to display. Give it a try today, it's totally free!

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

معلومات أساسية عن التمديد

الاسم Gmail Tables by cloudHQ Gmail Tables by cloudHQ
ID pkgjbjdolcdbpmddccngjdijegfokdgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-tables-by-cloudhq/pkgjbjdolcdbpmddccngjdijegfokdgi
الوصف Add tables to your emails
حجم الملف 184 KB
عدد التثبيتات 23,934
النسخة الحالية 1.0.0.7
آخر تحديث 2022-04-24
تاريخ النشر 2020-05-09
تقييم 4.75/5 مجموع تقييمات 12
المطور https://www.gmail-tables.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.gmail-tables.com
عنوان صفحة المساعدة https://support.cloudhq.net/category/browser-extensions
عنوان صفحة سياسة الخصوصية 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",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_elements.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.3.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_elements.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/tribute.js",
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_tables_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.7",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}