CANDDi Sales GUi

Use CANDDi within your sales process - integrating with CRM / E-mail / SocialMedia

Что такое CANDDi Sales GUi?

CANDDi Sales GUi - это расширение Chrome, разработанное https://www.canddi.com, и его основная функция - "Use CANDDi within your sales process - integrating with CRM / E-mail / SocialMedia".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CANDDi Sales GUi

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

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

                        The home of all our tracking tools! Whether you’re looking to identify prospects through our email plugins or LinkedIn tool, all of our extensions are included in our Sales GUI. 

Our email plugins are a fantastic way to get individuals identified on CANDDi. It displays in real time how people are interacting with the emails you’ve sent, including any opens, clicks of any links, and any CANDDi.download tracked files that have been accessed. 

Not to mention, anyone who clicks a link to your website becomes identified in CANDDi. After just a single click, you’ll know every time they return to your website, allowing you to connect the dots between their sales journey!

Our LinkedIn tool works with the same principles. You can create tracked CANDDi links that integrate directly into your LinkedIn messages. All you have to do is create your template, and CANDDi will take care of the rest!


The best thing is, all of this enriched CANDDi data will be driven straight to your existing CRM through our CRM integration. Long gone are the days of flitting between and your teams will multiple platforms to manage your sales & marketing efforts!                    

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

Название CANDDi Sales GUi CANDDi Sales GUi
ID pkhpccaeagckbkkenngbgijkkhcaejaa
Официальный URL https://chromewebstore.google.com/detail/canddi-sales-gui/pkhpccaeagckbkkenngbgijkkhcaejaa
Описание Use CANDDi within your sales process - integrating with CRM / E-mail / SocialMedia
Размер файла 3.28 MB
Количество установок 254
Текущая Версия 9.1.0
Последнее Обновление 2024-01-29
Дата публикации 2020-06-22
Разработчик https://www.canddi.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.canddi.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CANDDi Sales GUi",
    "description": "Use CANDDi within your sales process - integrating with CRM \/ E-mail \/ SocialMedia",
    "version": "9.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/app.hubspot.com\/*",
                "*:\/\/app-eu1.hubspot.com\/*",
                "*:\/\/*.capsulecrm.com\/*",
                "*:\/\/*.dynamics.com\/*",
                "*:\/\/rms-crm-2016\/*",
                "*:\/\/*.dmc-cloud.com\/*",
                "*:\/\/crm.severnsoft.com\/*",
                "*:\/\/*.sugarcrm.com\/*",
                "*:\/\/*.sugarondemand.com\/*",
                "*:\/\/sugarcrm.conscious.co.uk\/*",
                "*:\/\/*.pipedrive.com\/*",
                "*:\/\/*.insightly.com\/*",
                "*:\/\/*.insight.ly\/*",
                "*:\/\/infusionsoft.app\/*",
                "*:\/\/lessannoyingcrm.com\/*",
                "*:\/\/maximizercrmlive.com\/*",
                "*:\/\/triangle.maxanywhere.com\/*",
                "*:\/\/crm.avrion.co.uk\/*",
                "*:\/\/crm.zoho.eu\/*",
                "*:\/\/crm.zoho.com\/*",
                "*:\/\/crm.zoho.in\/*",
                "*:\/\/crm.zoho.com.au\/*",
                "*:\/\/crmplus.zoho.eu\/*",
                "*:\/\/crmplus.zoho.com\/*",
                "*:\/\/crmplus.zoho.in\/*",
                "*:\/\/crmplus.zoho.com.au\/*",
                "*:\/\/*.suiteondemand.com\/*",
                "*:\/\/*.vtiger.com\/*",
                "*:\/\/*.vtigerhosting.co.uk\/*",
                "*:\/\/greenchilli\/*",
                "*:\/\/*.marketingautomation.services\/*",
                "*:\/\/*.leadhandler.co.uk\/*",
                "*:\/\/cm.zoho.eu\/*",
                "*:\/\/cm.zoho.com\/*",
                "*:\/\/cm.zoho.in\/*",
                "*:\/\/cm.zoho.com.au\/*",
                "*:\/\/*.workbooks.com\/*",
                "*:\/\/acusage001\/*",
                "*:\/\/acusageprod\/*",
                "*:\/\/expo.entegraty.com\/*",
                "*:\/\/dvs-sageserver\/*",
                "*:\/\/192.168.1.2\/*",
                "*:\/\/themilesconsultancy.fivecrm.com\/*",
                "*:\/\/support.electrixinternational.com\/*",
                "*:\/\/upilot.com\/*",
                "*:\/\/app.drift.com\/*",
                "*:\/\/ghdisplay.corebridge.net\/*",
                "*:\/\/*.infusionsoft.com\/*",
                "*:\/\/*.recruitsosimple.com\/*",
                "*:\/\/*.xmlcombined.com\/*",
                "*:\/\/*.activehosted.com\/*",
                "*:\/\/*.highrisehq.com\/*",
                "*:\/\/app.pipelinedeals.com\/*",
                "*:\/\/*.engagebay.com\/*",
                "*:\/\/*.saleshub.ai\/*",
                "*:\/\/cidemo.co.uk\/*",
                "*:\/\/supportci.co.uk\/*"
            ],
            "js": [
                "js\/vendor\/jquery-3.1.0.min.js",
                "js\/content-script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.mailchimp.com\/*",
                "*:\/\/*.sendinblue.com\/*",
                "*:\/\/*.activehosted.com\/*",
                "*:\/\/*.createsend.com\/*",
                "*:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "js\/bulk-email-content-script.js"
            ],
            "css": [
                "css\/bulk-email-content.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/vendor\/URI.min.js",
                "js\/vendor\/canddi.js",
                "js\/linkedin-content-script.js"
            ],
            "css": [
                "css\/linkedin.css"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/vendor\/jquery-3.1.0.min.js",
                "js\/vendor\/dotimeout.min.js",
                "js\/vendor\/canddi.js",
                "js\/vendor\/canddi-jquery.js",
                "js\/vendor\/autolinker.min.js",
                "js\/vendor\/handlebars.min.js",
                "js\/vendor\/canddi-storage.js",
                "js\/vendor\/canddi-content-script.js",
                "js\/vendor\/helpers.js",
                "js\/vendor\/URI.min.js",
                "js\/vendor\/require.js",
                "js\/vendor\/socket.io.js",
                "js\/gmail-content-script.js"
            ],
            "css": [
                "css\/gmail.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "CANDDi Sales GUi",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "service_worker": "background-script.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "*:\/\/*.salesforce.com\/*",
        "*:\/\/*.force.com\/*",
        "*:\/\/app.hubspot.com\/*",
        "*:\/\/app-eu1.hubspot.com\/*",
        "*:\/\/*.capsulecrm.com\/*",
        "*:\/\/*.dynamics.com\/*",
        "*:\/\/rms-crm-2016\/*",
        "*:\/\/*.dmc-cloud.com\/*",
        "*:\/\/crm.severnsoft.com\/*",
        "*:\/\/*.sugarcrm.com\/*",
        "*:\/\/*.sugarondemand.com\/*",
        "*:\/\/sugarcrm.conscious.co.uk\/*",
        "*:\/\/*.pipedrive.com\/*",
        "*:\/\/*.insightly.com\/*",
        "*:\/\/*.insight.ly\/*",
        "*:\/\/infusionsoft.app\/*",
        "*:\/\/lessannoyingcrm.com\/*",
        "*:\/\/maximizercrmlive.com\/*",
        "*:\/\/triangle.maxanywhere.com\/*",
        "*:\/\/crm.avrion.co.uk\/*",
        "*:\/\/crm.zoho.eu\/*",
        "*:\/\/crm.zoho.com\/*",
        "*:\/\/crm.zoho.in\/*",
        "*:\/\/crm.zoho.com.au\/*",
        "*:\/\/crmplus.zoho.eu\/*",
        "*:\/\/crmplus.zoho.com\/*",
        "*:\/\/crmplus.zoho.in\/*",
        "*:\/\/crmplus.zoho.com.au\/*",
        "*:\/\/*.suiteondemand.com\/*",
        "*:\/\/*.vtiger.com\/*",
        "*:\/\/*.vtigerhosting.co.uk\/*",
        "*:\/\/greenchilli\/*",
        "*:\/\/*.marketingautomation.services\/*",
        "*:\/\/*.leadhandler.co.uk\/*",
        "*:\/\/cm.zoho.eu\/*",
        "*:\/\/cm.zoho.com\/*",
        "*:\/\/cm.zoho.in\/*",
        "*:\/\/cm.zoho.com.au\/*",
        "*:\/\/*.workbooks.com\/*",
        "*:\/\/acusage001\/*",
        "*:\/\/acusageprod\/*",
        "*:\/\/expo.entegraty.com\/*",
        "*:\/\/dvs-sageserver\/*",
        "*:\/\/192.168.1.2\/*",
        "*:\/\/themilesconsultancy.fivecrm.com\/*",
        "*:\/\/support.electrixinternational.com\/*",
        "*:\/\/upilot.com\/*",
        "*:\/\/app.drift.com\/*",
        "*:\/\/ghdisplay.corebridge.net\/*",
        "*:\/\/*.infusionsoft.com\/*",
        "*:\/\/*.recruitsosimple.com\/*",
        "*:\/\/*.xmlcombined.com\/*",
        "*:\/\/*.activehosted.com\/*",
        "*:\/\/*.highrisehq.com\/*",
        "*:\/\/app.pipelinedeals.com\/*",
        "*:\/\/*.engagebay.com\/*",
        "*:\/\/*.saleshub.ai\/*",
        "*:\/\/cidemo.co.uk\/*",
        "*:\/\/supportci.co.uk\/*",
        "*:\/\/*.mailchimp.com\/*",
        "*:\/\/*.sendinblue.com\/*",
        "*:\/\/*.activehosted.com\/*",
        "*:\/\/*.createsend.com\/*",
        "*:\/\/*.hubspot.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "js\/vendor\/auth0.min.js",
                "js\/vendor\/jquery-3.1.0.min.js",
                "js\/vendor\/bootstrap_tabs.min.js",
                "js\/libs.js",
                "js\/backboneapp.js",
                "js\/content-script.js",
                "js\/app-loader.js",
                "fonts\/*",
                "css\/backboneapp.css",
                "app.html",
                "js\/vendor\/dotimeout.min.js",
                "js\/vendor\/cropper.min.js",
                "js\/vendor\/URI.min.js",
                "js\/vendor\/require.js",
                "js\/vendor\/socket.io.js",
                "pageWorld.js",
                "settings.html",
                "handlebars\/gmail\/font-awesome.handlebars",
                "handlebars\/gmail\/inline\/sidebar-toggle.handlebars",
                "handlebars\/gmail\/inline\/identified-icon.handlebars",
                "handlebars\/gmail\/inline\/not-identified-icon.html",
                "handlebars\/gmail\/inline\/tracking-popup.html",
                "handlebars\/gmail\/sidebar-wrapper.html",
                "bulkemailapp.html",
                "css\/bulkemail.css",
                "js\/bulkemailapp.js",
                "js\/bulkemailapp-loader.js",
                "sidebar.html",
                "css\/sidebar.css",
                "js\/sidebarapp.js",
                "js\/sidebar-loader.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/app.hubspot.com\/*",
                "*:\/\/app-eu1.hubspot.com\/*",
                "*:\/\/*.capsulecrm.com\/*",
                "*:\/\/*.dynamics.com\/*",
                "*:\/\/rms-crm-2016\/*",
                "*:\/\/*.dmc-cloud.com\/*",
                "*:\/\/crm.severnsoft.com\/*",
                "*:\/\/*.sugarcrm.com\/*",
                "*:\/\/*.sugarondemand.com\/*",
                "*:\/\/sugarcrm.conscious.co.uk\/*",
                "*:\/\/*.pipedrive.com\/*",
                "*:\/\/*.insightly.com\/*",
                "*:\/\/*.insight.ly\/*",
                "*:\/\/infusionsoft.app\/*",
                "*:\/\/lessannoyingcrm.com\/*",
                "*:\/\/maximizercrmlive.com\/*",
                "*:\/\/triangle.maxanywhere.com\/*",
                "*:\/\/crm.avrion.co.uk\/*",
                "*:\/\/crm.zoho.eu\/*",
                "*:\/\/crm.zoho.com\/*",
                "*:\/\/crm.zoho.in\/*",
                "*:\/\/crm.zoho.com.au\/*",
                "*:\/\/crmplus.zoho.eu\/*",
                "*:\/\/crmplus.zoho.com\/*",
                "*:\/\/crmplus.zoho.in\/*",
                "*:\/\/crmplus.zoho.com.au\/*",
                "*:\/\/*.suiteondemand.com\/*",
                "*:\/\/*.vtiger.com\/*",
                "*:\/\/*.vtigerhosting.co.uk\/*",
                "*:\/\/greenchilli\/*",
                "*:\/\/*.marketingautomation.services\/*",
                "*:\/\/*.leadhandler.co.uk\/*",
                "*:\/\/cm.zoho.eu\/*",
                "*:\/\/cm.zoho.com\/*",
                "*:\/\/cm.zoho.in\/*",
                "*:\/\/cm.zoho.com.au\/*",
                "*:\/\/*.workbooks.com\/*",
                "*:\/\/acusage001\/*",
                "*:\/\/acusageprod\/*",
                "*:\/\/expo.entegraty.com\/*",
                "*:\/\/dvs-sageserver\/*",
                "*:\/\/192.168.1.2\/*",
                "*:\/\/themilesconsultancy.fivecrm.com\/*",
                "*:\/\/support.electrixinternational.com\/*",
                "*:\/\/upilot.com\/*",
                "*:\/\/app.drift.com\/*",
                "*:\/\/ghdisplay.corebridge.net\/*",
                "*:\/\/*.infusionsoft.com\/*",
                "*:\/\/*.recruitsosimple.com\/*",
                "*:\/\/*.xmlcombined.com\/*",
                "*:\/\/*.activehosted.com\/*",
                "*:\/\/*.highrisehq.com\/*",
                "*:\/\/app.pipelinedeals.com\/*",
                "*:\/\/*.engagebay.com\/*",
                "*:\/\/*.saleshub.ai\/*",
                "*:\/\/cidemo.co.uk\/*",
                "*:\/\/supportci.co.uk\/*",
                "*:\/\/*.mailchimp.com\/*",
                "*:\/\/*.sendinblue.com\/*",
                "*:\/\/*.activehosted.com\/*",
                "*:\/\/*.createsend.com\/*",
                "*:\/\/*.hubspot.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'sha256-f+1AL9EPmUdV0krbAxPgknPWJ0nW8Er9r2Rgi524DuM=' 'sha256-dqE3Bupsix3hu3SAUNUBgY\/yPODhXNJeir7BIIuxjzQ=' 'unsafe-eval'; child-src 'self';"
    },
    "sandbox": {
        "pages": [
            "handlebars\/gmail\/sidebar-wrapper.html"
        ]
    }
}