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是由https://app.folloze.com開發的Chrome擴展程式,該擴展的主要功能是“Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Folloze Extension擴展crx文件

下載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
官方網址 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"
    ]
}