Fileboard
The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights
Fileboard क्या है?
Fileboard http://www.fileboard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The end to end Inside Sales Development platform. Close more deals faster: Communication tools and engagement insights"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fileboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |