Folloze Extension

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

Cos'è Folloze Extension?

Folloze Extension è un'estensione di Chrome sviluppata da https://app.folloze.com, e la sua funzione principale è "Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Folloze Extension

Scarica i file di estensione Folloze Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Folloze Extension Folloze Extension
ID mhgolhalbanbnagkdnkkfebalhfmppog
URL Ufficiale https://chromewebstore.google.com/detail/folloze-extension/mhgolhalbanbnagkdnkkfebalhfmppog
Descrizione Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
Dimensione del File 352 KB
Conteggio Installazioni 223
Versione Corrente 2.7.68
Ultimo Aggiornamento 2023-05-24
Data di Pubblicazione 2020-06-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://app.folloze.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.folloze.com/privacy
Lingue Supportate 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"
    ]
}