Folloze Extension

Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…

Что такое Folloze Extension?

Folloze Extension - это расширение Chrome, разработанное https://app.folloze.com, и его основная функция - "Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Folloze Extension

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

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

                        Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on how they react in real time. 

The Folloze chrome extension enables a salesforce integration. It that allows sales teams to send targeted interactive micro sites to prospects and subscribe to real time alerts and activity reports that highlight hot leads. All the functionality are integrated with the lead, opportunity and contact screens in Salesforce.com.


Key Features:
- Invite individual of groups of prospects to targeted micro sites
- subscribe to real time notifications on prospects that engage
- Track activity of each lead or contact and prioritize follow up by their level of engagement                    

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

Название Folloze Extension Folloze Extension
ID mhgolhalbanbnagkdnkkfebalhfmppog
Официальный URL https://chromewebstore.google.com/detail/folloze-extension/mhgolhalbanbnagkdnkkfebalhfmppog
Описание Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
Размер файла 352 KB
Количество установок 223
Текущая Версия 2.7.68
Последнее Обновление 2023-05-24
Дата публикации 2020-06-11
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://app.folloze.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.folloze.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Folloze Extension",
    "version": "2.7.68",
    "icons": {
        "16": "resources\/images\/folloze.png",
        "48": "resources\/images\/folloze.png",
        "128": "resources\/images\/folloze.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "extension.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "homepage_url": "http:\/\/www.folloze.com",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "bookmarks"
    ],
    "web_accessible_resources": [
        "resources\/*",
        "extension.js.map",
        "background.js.map"
    ]
}