FrontSpin Multiplatform
The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications.
FrontSpin Multiplatform란 무엇입니까?
FrontSpin Multiplatform은(는) FrontSpin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The FrontSpin Multiplatform Chrome extension gives users ability to call using FrontSpin while using other applications."입니다.
확장 프로그램 스크린샷
FrontSpin Multiplatform 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } } |