Folloze Extension

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

O que é Folloze Extension?

Folloze Extension é uma extensão do Chrome desenvolvida por https://app.folloze.com, e sua principal característica é "Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Folloze Extension

Baixe arquivos de extensão Folloze Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Folloze Extension Folloze Extension
ID mhgolhalbanbnagkdnkkfebalhfmppog
URL Oficial https://chromewebstore.google.com/detail/folloze-extension/mhgolhalbanbnagkdnkkfebalhfmppog
Descrição Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
Tamanho do Arquivo 352 KB
Contagem de Instalações 223
Versão Atual 2.7.68
Última Atualização 2023-05-24
Data de Publicação 2020-06-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://app.folloze.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.folloze.com/privacy
Idiomas Suportados 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"
    ]
}