Folloze Extension
Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…
Qu'est-ce que Folloze Extension ?
Folloze Extension est une extension Chrome développée par https://app.folloze.com, et sa fonction principale est "Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Folloze Extension
Téléchargez les fichiers d'extension Folloze Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Folloze Extension |
ID | mhgolhalbanbnagkdnkkfebalhfmppog |
URL Officiel | 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… |
Taille du Fichier | 352 KB |
Nombre d'Installations | 223 |
Version Actuelle | 2.7.68 |
Dernière Mise à Jour | 2023-05-24 |
Date de Publication | 2020-06-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://app.folloze.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.folloze.com/privacy |
Langues Prises en Charge | 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" ] } |