Gmail Copilot by cloudHQ

Automatically list all emails and conversations you had with your contacts

Vad är Gmail Copilot by cloudHQ?

Gmail Copilot by cloudHQ är en Chrome-tillägg utvecklad av https://www.gmail-copilot.com, och dess huvudfunktion är "Automatically list all emails and conversations you had with your contacts".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Gmail Copilot by cloudHQ-förlängningens CRX-fil

Ladda ner Gmail Copilot by cloudHQ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Gmail Copilot is a mini CRM that lets you see a snapshot view of your email contact's profile information, and any past emails conversations you've had. 

This is crucial to have so that you can respond intelligently, and help you dramatically cut down your search time when you're looking for a past email conversation you had with your email contact. 

Right within Gmail, you can:

✔️View profile information of the person you're emailing, or who emailed you
✔️Create private notes about this contact (For example: This client has needed support for over 4 hours last week)
✔️Set up a reminder alarm for this contact (For example: Follow up with client on a specific date/time)
✔️A list of all the email conversation history you have with that email contact
✔️A list of all documents and attachments related to that email contact

This is great for anyone who wants to appear more professional, and have everything neatly organized in their email.

Key features:
⭐️ person and company profile info
⭐️ easy access to all email messages
⭐️ easy access to all attachments
⭐️ notes (private or shared with the team)
⭐️ reminders

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

Grundläggande Information om Tillägg

Namn Gmail Copilot by cloudHQ Gmail Copilot by cloudHQ
ID dnohjfkdahmofjedcbogjacjioimlmjk
Officiell webbadress https://chromewebstore.google.com/detail/gmail-copilot-by-cloudhq/dnohjfkdahmofjedcbogjacjioimlmjk
Beskrivning Automatically list all emails and conversations you had with your contacts
Filstorlek 258 KB
Antal Installationer 14,883
Aktuell Version 1.0.0.13
Senast Uppdaterad 2023-11-24
Publiceringsdatum 2020-05-09
Betyg 4.45/5 Totalt 31 Betyg
Utvecklare https://www.gmail-copilot.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.gmail-copilot.com/
Hjälpsida URL https://support.cloudhq.net/category/browser/gmail-copilot
URL till Sekretesspolicy Sidan https://www.cloudhq.net/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "name": "Gmail Copilot by cloudHQ",
    "short_name": "Gmail Copilot by cloudHQ",
    "browser_action": {
        "default_icon": "icons\/icon-128x128.png"
    },
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "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_copilot.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_copilot_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.13",
    "description": "Automatically list all emails and conversations you had with your contacts",
    "permissions": [
        "storage",
        "background",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}