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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } |