Folloze Extension
Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
What is Folloze Extension?
Folloze Extension is a Chrome extension developed by https://app.folloze.com, and its main feature is "Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…".
Extension Screenshots
Download Folloze Extension Extension CRX File
Download Folloze Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Folloze Extension |
ID | mhgolhalbanbnagkdnkkfebalhfmppog |
Official URL | https://chromewebstore.google.com/detail/folloze-extension/mhgolhalbanbnagkdnkkfebalhfmppog |
Description | Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on… |
File Size | 352 KB |
Installation Count | 223 |
Current Version | 2.7.68 |
Last Updated | 2023-05-24 |
Publish Date | 2020-06-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://app.folloze.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.folloze.com/privacy |
Supported Languages | 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" ] } |