Acefone Extension For Hubspot
It is an integrated browser extension that offers the inbound and outbound call services to HubSpot CRM users.
Acefone Extension For Hubspotคืออะไร?
Acefone Extension For Hubspot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย app.developer และคุณลักษณะหลักของมันคือ "It is an integrated browser extension that offers the inbound and outbound call services to HubSpot CRM users."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Acefone Extension For Hubspot
ดาวน์โหลดไฟล์ส่วนขยาย Acefone Extension For Hubspot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Successful businesses need streamlined workflows. Integrate your Acefone telephony solution with the Hubspot CRM to simplify your processes and enhance your productivity. Experience unparalleled results. Receive detailed reports and deep data insights, automate routine tasks, and add follow-up activities. That’s not all—make calls with a single click, get CTI pop-ups for incoming calls, and save your best-performing emails as templates. The list is endless.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Acefone Extension For Hubspot |
ID | hahankippbjdimffabkfeooggjbbedhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/acefone-extension-for-hub/hahankippbjdimffabkfeooggjbbedhe |
คำอธิบาย | It is an integrated browser extension that offers the inbound and outbound call services to HubSpot CRM users. |
ขนาดไฟล์ | 667 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2023-08-24 |
วันที่เผยแพร่ | 2020-03-16 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | app.developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.acefone.com/integrations/hubspot/ |
URL หน้าช่วยเหลือ | https://www.acefone.com/uk/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.acefone.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Acefone Extension For Hubspot", "description": "It is an integrated browser extension that offers the inbound and outbound call services to HubSpot CRM users.", "version": "0.1.4", "icons": { "128": "images\/favicon.png" }, "action": { "default_icon": "images\/favicon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "*:\/\/*.hubspot.com\/*", "*:\/\/customer.servetel.in\/*", "https:\/\/www.google.com\/*", "https:\/\/*.acefone.co.uk\/*" ], "js": [ "Supportedfiles\/jquery.min.js", "Supportedfiles\/jquery-ui.js", "findAndReplaceDOMText.js", "content.js" ], "run_at": "document_end", "exclude_matches": [ "file:\/\/*\/*.pdf", "*:\/\/*\/*.pdf" ] } ], "permissions": [ "notifications", "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "images\/*", "Supportedfiles\/*", "dialpad.html", "index.html", "login.html" ], "matches": [ " |