HSCS Dialler
8×8 dialer from Hubspot.
HSCS Diallerคืออะไร?
HSCS Dialler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Creditsafe USA และคุณลักษณะหลักของมันคือ "8×8 dialer from Hubspot."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HSCS Dialler
ดาวน์โหลดไฟล์ส่วนขยาย HSCS Dialler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides will change the functionality of the call button in hubspot to instead of calling using the hubspot feature it will initiate a call using the 8x8.com VOIP application. We have contacted hubspot & 8x8 to make this change in their platforms but this was unlikely to happen in the near future. As a result we built this extension that allows us to do this until they develop the function for us. For the above extension to work you must have the following : A valid hubspot account https://www.hubspot.com/ A valid 8x8 account https://sso.8x8.com/sso/login The 8x8 desktop app installed https://support.8x8.com/cloud-phone-service/voice/virtual-office-desktop/download-virtual-office-desktop The 8x8 chrome extension installed https://chrome.google.com/webstore/detail/8x8-web-dialer/kflmnoghmmldhkplfhanlkobnjjgikoa?hl=en-US
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HSCS Dialler |
ID | cecoiiffjoocgppepfknhkhekhficabc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hscs-dialler/cecoiiffjoocgppepfknhkhekhficabc |
คำอธิบาย | 8×8 dialer from Hubspot. |
ขนาดไฟล์ | 18.83 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-12-24 |
วันที่เผยแพร่ | 2020-12-10 |
ผู้พัฒนา | Creditsafe USA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.creditsafe.com/us/en/product/privacy/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HSCS Dialler", "version": "1.1", "description": "8\u00d78 dialer from Hubspot.", "permissions": [ "tabs", "*:\/\/*.hubspot.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.hubspot.com\/contacts\/*\/contact\/*", "*:\/\/*.hubspot.com\/contacts\/*\/company\/*" ], "js": [ "background.js" ] } ], "icons": { "16": "logo\/icon16.png", "48": "logo\/icon48.png", "128": "logo\/icon128.png" }, "manifest_version": 2 } |