FrontSpin Multiplatform
The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.
FrontSpin Multiplatform là gì?
FrontSpin Multiplatform là một tiện ích mở rộng Chrome được phát triển bởi FrontSpin, và tính năng chính của nó là "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FrontSpin Multiplatform
Tải xuống các tệp mở rộng FrontSpin Multiplatform dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FrontSpin Multiplatform |
ID | dnajgbdlejjkphklpbmahjnakoclolkb |
URL Chính Thức | https://chromewebstore.google.com/detail/frontspin-multiplatform/dnajgbdlejjkphklpbmahjnakoclolkb |
Mô tả | The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications. |
Kích Thước Tệp | 6.12 MB |
Số Lần Cài Đặt | 2,250 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2024-01-31 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | FrontSpin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.frontspin.com |
URL Trang Chính Sách Bảo Mật | http://www.frontspin.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |