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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.folloze.com และคุณลักษณะหลักของมันคือ "Folloze enables Sales and Marketing to jointly deploy micro-targeted Sprint Campaigns in minutes—and to prioritize leads based on…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Folloze Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |