Pepper Cloud CRM Chrome Extension

Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. We help businesses by providing a…

Что такое Pepper Cloud CRM Chrome Extension?

Pepper Cloud CRM Chrome Extension - это расширение Chrome, разработанное Pepper Cloud, и его основная функция - "Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. We help businesses by providing a…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Pepper Cloud CRM Chrome Extension

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

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

                        Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. 
We help businesses by providing a reliable, affordable, and easy-to-use CRM platform.
With Pepper Cloud CRM extension, you can bring the power of CRM right into your Gmail inbox. You can add, edit, and update leads and contacts, directly from your Gmail inbox. 

The Pepper Cloud CRM Chrome extension allows you to:
* Automate your sales process with ease
* Log your emails into CRM directly from your Gmail inbox
* Create new contacts and leads in the CRM directly from your inbox
* Add, edit, and update notes, tasks, and other activities from your inbox
Note: A functioning Pepper Cloud CRM account is required to use this chrome extension. To get started with Pepper Cloud CRM, visit us at https://peppercloud.com

Benefits:
* All-in-one sales CRM platform
* IMDA-approved Digital Solution
* 24/7 customer support

Features:
* Capture and convert leads automatically
* Manage sales, leads, accounts, and opportunities easily
* Track leads, streamline sales activities, and forecast sales
* Gain actionable insights with comprehensive analytical dashboards
* Converse your leads and contacts through a multi-channel integrated CRM
* Generate and send digital quotations
* Access all the customer information from a centralised location
* Secure your data by defining organisational role hierarchy and controlling access

Integrations and Add-ons:
* Lead capturing with code-free Web forms
* Omni-channel platform that integrates with WhatsApp, Facebook Messenger, Telegram, and Instagram
* Create quotations with native Xero integration
* Run email marketing campaigns with Mailchimp and MailerLite
* Video conferencing with Zoom
* 2-way sync with Google and Outlook contacts and calendar
* Track marketing campaigns with UTM
* Store and access documents from Google Drive and Outlook

Contact us at [email protected] for more information.                    

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

Название Pepper Cloud CRM Chrome Extension Pepper Cloud CRM Chrome Extension
ID iccmmindhfioainhgehkhdcmapohogff
Официальный URL https://chromewebstore.google.com/detail/pepper-cloud-crm-chrome-e/iccmmindhfioainhgehkhdcmapohogff
Описание Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. We help businesses by providing a…
Размер файла 1.1 MB
Количество установок 123
Текущая Версия 0.18.6
Последнее Обновление 2023-09-15
Дата публикации 2021-04-20
Разработчик Pepper Cloud
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://peppercloud.com
URL страницы помощи https://peppercloud.com/contact
URL страницы политики конфиденциальности https://peppercloud.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pepper Cloud CRM Chrome Extension",
    "version": "0.18.6",
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/third party\/jquery.js",
                "src\/third party\/select2.js",
                "src\/third party\/jquery.datetimepicker.full.min.js",
                "src\/third party\/phone-validation\/semver-compare.js",
                "src\/third party\/phone-validation\/constants.js",
                "src\/third party\/phone-validation\/extension.js",
                "src\/third party\/phone-validation\/metadata.js",
                "src\/third party\/phone-validation\/format_.js",
                "src\/third party\/phone-validation\/validate_.js",
                "src\/third party\/phone-validation\/RFC3966.js",
                "src\/third party\/phone-validation\/getNumberType_.js",
                "src\/third party\/phone-validation\/IDD.js",
                "src\/third party\/phone-validation\/ParseError.js",
                "src\/third party\/phone-validation\/util.js",
                "src\/third party\/phone-validation\/PhoneNumber.js",
                "src\/third party\/phone-validation\/isViablePhoneNumber.js",
                "src\/third party\/phone-validation\/isPossibleNumber_.js",
                "src\/third party\/phone-validation\/parseIncompletePhoneNumber.js",
                "src\/third party\/phone-validation\/parseDigits.js",
                "src\/third party\/phone-validation\/parse_.js",
                "src\/third party\/phone-validation\/parsePhoneNumber_.js",
                "src\/third party\/phone-validation\/parsePhoneNumberFromString_.js",
                "src\/third party\/phone-validation\/parsePhoneNumber.js",
                "src\/third party\/phone-validation\/parsePhoneNumberFromString.js",
                "src\/third party\/phone-validation\/metadata.min.json.js",
                "src\/third party\/phone-validation\/isValidPhoneNumber.js",
                "src\/third party\/phone-validation\/isValidPhoneNumberDefaultMetadata.js",
                "src\/third party\/validator.js",
                "src\/third party\/inboxsdk.js",
                "src\/third party\/lodash.js",
                "src\/third party\/moment.js",
                "src\/third party\/moment-timezone.js",
                "src\/third party\/qs.js",
                "src\/getFieldValue.js",
                "src\/constant.js",
                "src\/helpers.js",
                "src\/requestHandler.js",
                "src\/navigation.js",
                "src\/en.js",
                "src\/FormElements\/multiselect.js",
                "src\/canvas\/login.js",
                "src\/canvas\/loader.js",
                "src\/canvas\/listing.js",
                "src\/canvas\/form.js",
                "src\/canvas\/details.js",
                "src\/canvas\/contactCard.js",
                "src\/Handlers\/logout.js",
                "src\/Handlers\/settings.js",
                "src\/Handlers\/search.js",
                "src\/Handlers\/error.js",
                "src\/Handlers\/createListing.js",
                "src\/Handlers\/createLayout.js",
                "src\/Handlers\/detailsContent.js",
                "src\/Handlers\/taskTab.js",
                "src\/Handlers\/taskDetails.js",
                "src\/Handlers\/refreshContactCard.js",
                "src\/FormElements\/validateField.js",
                "src\/FormElements\/input.js",
                "src\/FormElements\/index.js",
                "src\/index.js",
                "src\/sdk.js",
                "src\/Handlers\/userInfo.js",
                "src\/canvas\/404.js"
            ],
            "css": [
                "assets\/styles\/stylesheet.css",
                "assets\/styles\/jquery.datetimepicker.css",
                "assets\/styles\/select2.css"
            ]
        }
    ],
    "icons": {
        "36": "assets\/images\/chrome_logo.png",
        "128": "assets\/images\/pc-logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/favicon.ico",
                "assets\/images\/*",
                "src\/third party\/pageWorld.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "*:\/\/*.peppercloud.io\/*",
        "*:\/\/*.peppercloud.com\/*"
    ],
    "manifest_version": 3
}