Call using Calley from Browser
Call using Calley from Browser
Call using Calley from Browserคืออะไร?
Call using Calley from Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย getcalley และคุณลักษณะหลักของมันคือ "Call using Calley from Browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Call using Calley from Browser
ดาวน์โหลดไฟล์ส่วนขยาย Call using Calley from Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Calley, your favorite auto dialer app, now launches a productivity extension to make calls right from your web browser. - Install the Calley extension. - Login to your Calley Pro or Teams Agent account. - In your browser select-the number you wish to call. - Right click and choose-callusing Calley. The calls will be routed through our mobile phone, where you have your Calley app installed. For the functionality to work smoothly, ensure that your mobile is connected to an active internet connection. Calls made are logged automatically into the Browser calls list in the web panel. In case you need assistance, please feel free to write to us at [[email protected]](mailto:[email protected]). **WHAT IS CALLEY?** Calley is a Cloud-Based Automatic Sales Dialer Software having Two Components, a Web-Based Control Panel, and an App for Android / iOS mobile phone. **CALLEY IS AN OUTBOUND SALES DIALER FOR INSIDE SALES TEAM.** A Cloud-based Automatic Outbound Sales Dialer is making it easy for the Inside Sales Team of different industries. Calley is being used by businesses across the globe for Appointment Scheduling & Generating Leads thru cold calling. A mobile app on your phone gives you freedom from any Geographical Limitation. You can now call Prospects from your office, when in the garage, or even on your way to picking up your kids from school. NO MORE WIRES, NO MORE MESSY SOFTWARE SETUP, NO MORE HIDDEN CHARGES.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Call using Calley from Browser |
ID | ijemoehcgohidnemieokgkihoadpednj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/call-using-calley-from-br/ijemoehcgohidnemieokgkihoadpednj |
คำอธิบาย | Call using Calley from Browser |
ขนาดไฟล์ | 247 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.15 |
อัปเดตครั้งล่าสุด | 2022-12-06 |
วันที่เผยแพร่ | 2020-08-11 |
ผู้พัฒนา | getcalley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.getcalley.com/calley-call-from-browser |
URL หน้าช่วยเหลือ | https://www.getcalley.com/calley-call-from-browser |
URL หน้านโยบายความเป็นส่วนตัว | https://www.getcalley.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Call using Calley from Browser", "version": "1.15", "description": "Call using Calley from Browser", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "identity", "identity.email", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content_script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "oauth2": { "client_id": "167959211761-j0on6ekjdu2unk005kpnorifka8lk9lj.apps.googleusercontent.com", "scopes": [ "profile", "email" ] }, "manifest_version": 2 } |