Folloze Extension
Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
Was ist Folloze Extension?
Folloze Extension ist eine Chrome-Erweiterung, die von https://app.folloze.com entwickelt wurde, und ihr Hauptmerkmal ist "Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…".
Erweiterungsscreenshots
Folloze Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Folloze Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Folloze Extension |
ID | mhgolhalbanbnagkdnkkfebalhfmppog |
Offizielle URL | https://chromewebstore.google.com/detail/folloze-extension/mhgolhalbanbnagkdnkkfebalhfmppog |
Beschreibung | Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on… |
Dateigröße | 352 KB |
Installationsanzahl | 223 |
Aktuelle Version | 2.7.68 |
Letztes Update | 2023-05-24 |
Veröffentlichungsdatum | 2020-06-11 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://app.folloze.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.folloze.com/privacy |
Unterstützte Sprachen | 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" ] } |