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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}