click to call
click to call by Cebod Telecom.
click to callคืออะไร?
click to call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cebodtelecom.com และคุณลักษณะหลักของมันคือ "click to call by Cebod Telecom."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย click to call
ดาวน์โหลดไฟล์ส่วนขยาย click to call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dial the number directly from the browser or CRM just by clicking on the number. This is most flexible feature rich extension. - You can enable or disable for all the web site or specific web site. - Enable the extension only on CRM or specific web portal. - Login and log out from the extension. - Disable the extension with-out logging out. - Verification popup to avoid accidental dialing. - Identifies the phone number in 10 digit and 11 digit, Starting +, spaces and dashes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | click to call |
ID | aceananohppnfepjfhiodaladhlimjeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/click-to-call/aceananohppnfepjfhiodaladhlimjeh |
คำอธิบาย | click to call by Cebod Telecom. |
ขนาดไฟล์ | 895 KB |
จำนวนการติดตั้ง | 865 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-05-09 |
วันที่เผยแพร่ | 2020-05-08 |
ผู้พัฒนา | https://www.cebodtelecom.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cebodtelecom.com |
URL หน้าช่วยเหลือ | https://docs.cebodtelecom.com/overview/click-to-call |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cebodtelecom.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "click to call", "short_name": "click to call", "version": "1.0.2", "description": "click to call by Cebod Telecom.", "background": { "scripts": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/background.js" ] }, "icons": { "16": "16.png", "32": "32.png", "128": "128.png" }, "browser_action": { "browser_style": false, "default_icon": { "128": "128.png" }, "default_title": "click to call", "default_popup": "\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "storage", "cookies", "https:\/\/api.cebodtelecom.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/content-script.js" ], "css": [ "\/assets\/css\/content-script.css" ] } ], "web_accessible_resources": [ "\/assets\/css\/content-script.css", "popup.html" ] } |