FrontSpin Multiplatform
The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.
FrontSpin Multiplatformคืออะไร?
FrontSpin Multiplatform เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FrontSpin และคุณลักษณะหลักของมันคือ "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FrontSpin Multiplatform
ดาวน์โหลดไฟล์ส่วนขยาย FrontSpin Multiplatform ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FrontSpin is the most innovative and effective sales communication software on the market. Our cloud-based system and power dialer helps you engage with more prospects and customers in less time, closing more deals and accelerating sales.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FrontSpin Multiplatform |
ID | dnajgbdlejjkphklpbmahjnakoclolkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/frontspin-multiplatform/dnajgbdlejjkphklpbmahjnakoclolkb |
คำอธิบาย | The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications. |
ขนาดไฟล์ | 6.12 MB |
จำนวนการติดตั้ง | 2,250 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2024-01-31 |
วันที่เผยแพร่ | 2020-06-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | FrontSpin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.frontspin.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.frontspin.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FrontSpin Multiplatform", "short_name": "FrontSpin", "description": "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.", "version": "1.5.1", "homepage_url": "https:\/\/www.frontspin.com", "background": { "service_worker": "popup.min.js" }, "icons": { "128": "images\/Icon128.png", "48": "images\/Icon48.png", "32": "images\/Icon32.png", "16": "images\/Icon16.png" }, "minimum_chrome_version": "88.0.0.0", "action": { "default_icon": "images\/favicon.ico" }, "permissions": [ "tabs", "storage", "system.display", "contextMenus", "cookies" ], "host_permissions": [ "*:\/\/*.frontspin.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/inbox.google.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.salesforce.com\/*" ], "all_frames": true, "js": [ "content.min.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/inbox.google.com\/*", "*:\/\/*.force.com\/*", "*:\/\/*.salesforce.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |