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…

Was ist Pepper Cloud CRM Chrome Extension?

Pepper Cloud CRM Chrome Extension ist eine Chrome-Erweiterung, die von Pepper Cloud entwickelt wurde, und ihr Hauptmerkmal ist "Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. We help businesses by providing a…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Pepper Cloud CRM Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pepper Cloud CRM Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pepper Cloud CRM Chrome Extension Pepper Cloud CRM Chrome Extension
ID iccmmindhfioainhgehkhdcmapohogff
Offizielle URL https://chromewebstore.google.com/detail/pepper-cloud-crm-chrome-e/iccmmindhfioainhgehkhdcmapohogff
Beschreibung Pepper Cloud is a leading cloud-based CRM software built for small and medium enterprises. We help businesses by providing a…
Dateigröße 1.1 MB
Installationsanzahl 123
Aktuelle Version 0.18.6
Letztes Update 2023-09-15
Veröffentlichungsdatum 2021-04-20
Entwickler Pepper Cloud
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://peppercloud.com
Hilfeseite URL https://peppercloud.com/contact
URL der Datenschutzrichtlinien-Seite https://peppercloud.com/privacy
Unterstützte Sprachen 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
}