Fileboard
The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights
Fileboardคืออะไร?
Fileboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.fileboard.com และคุณลักษณะหลักของมันคือ "The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fileboard
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |