Gmail Tables by cloudHQ
Add tables to your emails
Gmail Tables by cloudHQ क्या है?
Gmail Tables by cloudHQ https://www.gmail-tables.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add tables to your emails"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Tables by cloudHQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ URL | https://support.cloudhq.net/category/browser-extensions |
गोपनीयता नीति पृष्ठ 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", "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 } |