Fileboard
The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights
Fileboard là gì?
Fileboard là một tiện ích mở rộng Chrome được phát triển bởi http://www.fileboard.com, và tính năng chính của nó là "The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fileboard
Tải xuống các tệp mở rộng Fileboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | feefonijlemhnlekdeclbmcmdepplgae |
URL Chính Thức | https://chrome.google.com/webstore/detail/fileboard/feefonijlemhnlekdeclbmcmdepplgae |
Mô tả | The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights |
Kích Thước Tệp | 670 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 2.1.6 |
Cập Nhật Lần Cuối | 2018-10-12 |
Ngày Phát Hành | 2018-10-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.fileboard.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |