Captivated
Integrate captivated.works into your existing web browser workflows
Captivatedคืออะไร?
Captivated เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://captivated.works และคุณลักษณะหลักของมันคือ "Integrate captivated.works into your existing web browser workflows"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Captivated
ดาวน์โหลดไฟล์ส่วนขยาย Captivated ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Current Captivated users – The Captivated Chrome Extension enables you to quickly start or review a text conversation directly from your browser-based CRM or email application. Review a real SMS conversation with a contact listed in your CRM without having to leave the page. Our extension works in tandem with the Captivated web app to recognize phone numbers on your page and easily see if you’ve had a previous conversation with that contact in Captivated. If you have, the contact’s name will appear on the extension’s number list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Captivated |
ID | eadnnkiklohfmopdolpedglkeckaleaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/captivated/eadnnkiklohfmopdolpedglkeckaleaa |
คำอธิบาย | Integrate captivated.works into your existing web browser workflows |
ขนาดไฟล์ | 8.29 MB |
จำนวนการติดตั้ง | 2,422 |
เวอร์ชันปัจจุบัน | 2.63.64 |
อัปเดตครั้งล่าสุด | 2024-02-26 |
วันที่เผยแพร่ | 2019-11-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://captivated.works |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://captivated.works |
URL หน้าช่วยเหลือ | https://captivated.works/faq/ |
URL หน้านโยบายความเป็นส่วนตัว | https://captivated.works/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Captivated", "short_name": "Captivated", "manifest_version": 2, "description": "Integrate captivated.works into your existing web browser workflows", "version": "2.63.64", "author": "Captivated", "permissions": [ "webNavigation" ], "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "browser_action": { "default_title": "Captivated", "default_popup": "dist\/index.html", "default_icon": "assets\/icon-browser-action.png" }, "content_security_policy": "default-src 'self' gap:\/\/ready; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.pusher.com d1mt1jlp77hn7m.cloudfront.net dkg63mm7284y1.cloudfront.net *.captivated.works captivated-api-integration.herokuapp.com captivated-api-staging.herokuapp.com captivated-api.herokuapp.com localhost:3000 dockerhost:3000 cdn.mxpnl.com www.gstatic.com media.twiliocdn.com *.nylas.com unpkg.com; font-src 'self' data: fonts.googleapis.com fonts.gstatic.com; connect-src 'self' blob: localhost:3000 dockerhost:3000 ws:\/\/localhost:8080 *.captivated.works captivated-api-integration.herokuapp.com captivated-api-staging.herokuapp.com captivated-api.herokuapp.com ws:\/\/*.captivated.works wss:\/\/*.captivated.works s3.amazonaws.com ws:\/\/ws.pusherapp.com wss:\/\/ws.pusherapp.com *.pusher.com api.raygun.io api.mixpanel.com fcm.googleapis.com https:\/\/ecs.us1.twilio.com wss:\/\/global.vss.twilio.com wss:\/\/sdkgw.us1.twilio.com *.nylas.com *; img-src 'self' data: blob: media.licdn.com *.amazonaws.com *.openstreetmap.org *.cartocdn.com *.googleusercontent.com *.captivated.works captivated-api-integration.herokuapp.com captivated-api-staging.herokuapp.com captivated-api.herokuapp.com *.ggpht.com *; style-src 'self' 'unsafe-inline' fonts.googleapis.com fonts.gstatic.com d1mt1jlp77hn7m.cloudfront.net dkg63mm7284y1.cloudfront.net *.nylas.com; media-src 'self' *.cloudfront.net *.amazonaws.com mediastream; frame-src gap: d1mt1jlp77hn7m.cloudfront.net dkg63mm7284y1.cloudfront.net learn.captivated.works *.nylas.com;", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "index.js" ], "all_frames": true } ] } |