Mobile PBX Click-to-Call
Make calls by clicking on any phone number or selecting from text.
Mobile PBX Click-to-Callคืออะไร?
Mobile PBX Click-to-Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mobilepbx.co และคุณลักษณะหลักของมันคือ "Make calls by clicking on any phone number or selecting from text."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobile PBX Click-to-Call
ดาวน์โหลดไฟล์ส่วนขยาย Mobile PBX Click-to-Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome Extension enables Click to Call Functionality throughout your Chrome Browser. When it detects a phone number in another webpage you have open, it will allow you to right click and then select to call or text that phone number from your online PBX.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mobile PBX Click-to-Call |
ID | ogkknldpjljebnphckncompbinbmlcgh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mobile-pbx-click-to-call/ogkknldpjljebnphckncompbinbmlcgh |
คำอธิบาย | Make calls by clicking on any phone number or selecting from text. |
ขนาดไฟล์ | 93.56 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 0.91 |
อัปเดตครั้งล่าสุด | 2017-06-05 |
วันที่เผยแพร่ | 2017-06-05 |
ผู้พัฒนา | https://mobilepbx.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://app.mobilepbx.co |
URL หน้านโยบายความเป็นส่วนตัว | https://www.voyant.com/legal-notices/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mobile PBX Click-to-Call", "description": "Make calls by clicking on any phone number or selecting from text.", "version": "0.91", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "Open Mobile PBX" }, "permissions": [ "management", "contextMenus", "tabs", "cookies", "storage", "*:\/\/*.mobilepbx.co\/*", "*:\/\/localhost\/*" ], "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/underscore.js", "js\/contentScript.js" ], "css": [ "css\/contentScript.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/app.mobilepbx.co\/*", "*:\/\/localhost\/*" ] }, "web_accessible_resources": [ "img\/*.png" ], "applications": { "gecko": { "id": "[email protected]" } } } |