Fileboard

The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights

什么是Fileboard?

Fileboard是由http://www.fileboard.com开发的Chrome扩展程序,该扩展的主要功能是“The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights”。

扩展截图

screenshot
screenshot

下载Fileboard扩展crx文件

下载Fileboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Fileboard’s end to end sales development platform lets you close more deals faster and easier with the help of online presenting and screen sharing tools and engagement insights for your prospects and content.

Easily present online and screen share in one click, capturing real time attention and engagement . Curate and share all content in one accessible location.
Create and schedule nurturing and prospecting campaigns
Track content engagement, measure and monitor engagement data and results                    

扩展基本信息

名称 Fileboard Fileboard
ID feefonijlemhnlekdeclbmcmdepplgae
官方URL https://chrome.google.com/webstore/detail/fileboard/feefonijlemhnlekdeclbmcmdepplgae
简介 The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights
文件大小 670 KB
安装次数 76
当前版本 2.1.6
更新时间 2018-10-12
上架时间 2018-10-12
评分 5.00/5 共2次评分
开发者 http://www.fileboard.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fileboard",
    "description": "The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights",
    "version": "2.1.6",
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "*:\/\/mail.google.com\/*",
        "tabs",
        "webRequest",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": false,
            "js": [
                "fileboard.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        "images\/icon.png",
        "images\/fileboard.png",
        "images\/salesforce.png",
        "images\/salesforce.jpg",
        "images\/salesforce-grey.png",
        "images\/icon-salesforce.png",
        "images\/fileboard-icon.png",
        "images\/icons\/48.png"
    ]
}