Folloze Extension

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

Co to jest Folloze Extension?

Folloze Extension to rozszerzenie Chrome opracowane przez https://app.folloze.com, a jego główną funkcją jest „Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Folloze Extension

Pobierz pliki rozszerzeń Folloze Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Folloze Extension Folloze Extension
ID mhgolhalbanbnagkdnkkfebalhfmppog
Oficjalny URL https://chromewebstore.google.com/detail/folloze-extension/mhgolhalbanbnagkdnkkfebalhfmppog
Opis Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
Rozmiar pliku 352 KB
Liczba instalacji 223
Aktualna Wersja 2.7.68
Ostatnia Aktualizacja 2023-05-24
Data Publikacji 2020-06-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://app.folloze.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.folloze.com/privacy
Obsługiwane Języki 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"
    ]
}