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…

Wat is Pepper Cloud CRM Chrome Extension?

Pepper Cloud CRM Chrome Extension is een Chrome-extensie ontwikkeld door Pepper Cloud, en de belangrijkste functie is "Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. We help businesses by providing a…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pepper Cloud CRM Chrome Extension

Download Pepper Cloud CRM Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pepper Cloud CRM Chrome Extension Pepper Cloud CRM Chrome Extension
ID iccmmindhfioainhgehkhdcmapohogff
Officiële URL https://chromewebstore.google.com/detail/pepper-cloud-crm-chrome-e/iccmmindhfioainhgehkhdcmapohogff
Beschrijving Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. We help businesses by providing a…
Bestandsgrootte 1.1 MB
Aantal Installaties 123
Huidige Versie 0.18.6
Laatst Bijgewerkt 2023-09-15
Publicatiedatum 2021-04-20
Ontwikkelaar Pepper Cloud
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://peppercloud.com
Help Pagina-URL https://peppercloud.com/contact
URL van de Privacybeleid Pagina https://peppercloud.com/privacy
Ondersteunde Talen 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
}