Folloze Extension
Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
Folloze Extensionとは何ですか?
Folloze Extensionはhttps://app.folloze.comによって開発されたChromeの拡張機能で、その主な機能は「Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…」です。
拡張機能のスクリーンショット
Folloze Extension拡張機能のCRXファイルをダウンロード
Folloze Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on how they react in real time. The Folloze chrome extension enables a salesforce integration. It that allows sales teams to send targeted interactive micro sites to prospects and subscribe to real time alerts and activity reports that highlight hot leads. All the functionality are integrated with the lead, opportunity and contact screens in Salesforce.com. Key Features: - Invite individual of groups of prospects to targeted micro sites - subscribe to real time notifications on prospects that engage - Track activity of each lead or contact and prioritize follow up by their level of engagement
拡張機能の基本情報
名前 | Folloze Extension |
ID | mhgolhalbanbnagkdnkkfebalhfmppog |
公式URL | https://chromewebstore.google.com/detail/folloze-extension/mhgolhalbanbnagkdnkkfebalhfmppog |
説明 | Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on… |
ファイルサイズ | 352 KB |
インストール数 | 223 |
現在のバージョン | 2.7.68 |
最終更新日 | 2023-05-24 |
公開日 | 2020-06-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://app.folloze.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.folloze.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Folloze Extension", "version": "2.7.68", "icons": { "16": "resources\/images\/folloze.png", "48": "resources\/images\/folloze.png", "128": "resources\/images\/folloze.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "extension.js" ], "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "homepage_url": "http:\/\/www.folloze.com", "permissions": [ "tabs", "*:\/\/*\/*", "bookmarks" ], "web_accessible_resources": [ "resources\/*", "extension.js.map", "background.js.map" ] } |