Copper CRM for Gmail

You live in Google Workspace™. So should your CRM.

Что такое Copper CRM for Gmail?

Copper CRM for Gmail - это расширение Chrome, разработанное https://copper.com, и его основная функция - "You live in Google Workspace™. So should your CRM.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Copper CRM for Gmail

Скачайте файлы расширений Copper CRM for Gmail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Copper is the recommended CRM for Google Chrome™ users, loved by over 30,000+ customers globally. This Chrome extension makes Copper CRM available natively within Gmail™ and Google Calendar™. 

If you don’t already have Copper, downloading and installing this CRM in Gmail extension will start a FREE 14-day trial of Copper – no credit card necessary.
 
Copper CRM is embedded into Google Workspace™ (formerly G Suite) apps to help you: 

- Create and update leads, opportunities, people, companies and tasks directly from Gmail™ or Google Calendar™
- Automatically populate contact details from Gmail™ into Copper	
- See all conversations, files and tasks across your team in one place
- Track when someone has opened your email, and what they’ve clicked
- Connect emails to specific Copper records
- Activate Copper email templates, bulk emails, and more.
 
Spend less time in your CRM software and more time managing relationships with a CRM Gmail™ integration that lets you focus on what matters: people.

----

MORE ABOUT COPPER CRM
Copper is the only CRM made for Google Workspace™. A Recommended for Google Workspace app, Copper works instantly with native integrations with Google Workspace™ and Chrome. Designed for people whose business relies on relationship-building, Copper functions seamlessly in the background so you can focus on growing faster.

ZERO DATA ENTRY
Copper records are automatically populated with your Gmail™ data, so you never have to add leads, contacts, or accounts manually. Copper also automatically attaches any files and Google Docs™ attached to you and your team’s emails.

MANAGE FROM YOUR INBOX
Copper’s native Google Workspace™ integration allows you to nurture relationships and close deals from Gmail™. Plus, Copper looks and feels exactly like Google Workspace™ apps so there’s no coaching or training needed.

GET GOING INSTANTLY
Implementing Copper is so fast and easy, you’re up and running in minutes. All data is automatically populated from Gmail™, and it’s easy to configure from there. No more wasted budget on endless customizations and costly “solution providers” for what should be a simple task. 

AUTOMATED WORKFLOWS
Copper streamlines your business processes with workflow automation. Everyone gets notified of their part in the whole, so deals can move forward faster.

Have questions or comments about Copper CRM? Please reach out to us at [email protected], or visit Copper.com.                    

Основная информация о расширении

Название Copper CRM for Gmail Copper CRM for Gmail
ID hpfmedbkgaakgagknibnonpkimkibkla
Официальный URL https://chromewebstore.google.com/detail/copper-crm-for-gmail/hpfmedbkgaakgagknibnonpkimkibkla
Описание You live in Google Workspace™. So should your CRM.
Размер файла 9.79 MB
Количество установок 51,660
Текущая Версия 2.0.162
Последнее Обновление 2024-02-27
Дата публикации 2020-06-24
Рейтинг 4.37/5 Всего 393 оценок
Разработчик https://copper.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.copper.com/?utm_campaign=chrome_webstore&utm_medium=title_link&utm_source=chrome_webstore_extension
URL страницы помощи https://support.copper.com
URL страницы политики конфиденциальности https://www.copper.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copper CRM for Gmail",
    "version": "2.0.162",
    "description": "You live in Google Workspace\u2122. So should your CRM.",
    "icons": {
        "16": "icons\/copper_icon_pink_16.png",
        "64": "icons\/copper_icon_pink_64.png",
        "128": "icons\/copper_icon_pink_128.png"
    },
    "incognito": "split",
    "host_permissions": [
        "https:\/\/app.copper.com\/",
        "https:\/\/mail.google.com\/*",
        "https:\/\/calendar.google.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "email_tracker",
                "enabled": true,
                "path": "rulesets\/email-tracker.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "scripting",
        "storage",
        "tabs",
        "webRequest",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "assets\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content-scripts\/hosts\/boot\/shared.css"
            ],
            "js": [
                "content-scripts\/hosts\/boot\/shared.js",
                "content-scripts\/hosts\/boot\/gmail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content-scripts\/hosts\/boot\/shared.css"
            ],
            "js": [
                "content-scripts\/hosts\/boot\/shared.js",
                "content-scripts\/hosts\/boot\/gcal.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "*.map"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiWc51IleM4EEl87jsk6sts94L1bXLkS3UkuuuuQ6NK5Q3EXjfT49wa0QktaQO9z\/FWd9uvI5KUwisIDPDJdjBCT+6AM+54IVPqn9nH8dfOoVvMbyd1sz6nZFkF2nguq3WdEwSODvUHqqB1\/lDNLRIkHAHAef2OhlY8YwpvRiC7T6VVENGbLVwuSGCqFr7Qp+zZ4FnDVyXYEYrXzTFZWj8cLPQUM6t24GfENANpST5YldQgOOcU5XVRIZ58lVwYYlVUxQW9BivqnsmAaWwUo+bVo3Wh57PHePHl6bgcOqwNE8n+DCwg0DvYDpdtWkC5Ve1kW+2LqmpeVYCL\/gQNLzmwIDAQAB"
}