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是由Pepper Cloud開發的Chrome擴展程式,該擴展的主要功能是“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

下載Pepper Cloud CRM Chrome Extension擴展crx文件

下載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
官方網址 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
}