Pulse webextension
Click-to-Dial for Firefox, Chrome & Edge.
Pulse webextension란 무엇입니까?
Pulse webextension은(는) raffelinternet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click-to-Dial for Firefox, Chrome & Edge."입니다.
확장 프로그램 스크린샷
Pulse webextension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No more retyping phone numbers. Our extension recognizes telephone numbers and you can easily call with one click. This way you can call quickly and easily from your browser with the Pulse extension. To be used in combination with the Pulse telephony platform.
확장 프로그램 기본 정보
이름 | Pulse webextension |
ID | hlbfgemkeliniplclbhpbmecdlchbdnj |
공식 URL | https://chromewebstore.google.com/detail/pulse-webextension/hlbfgemkeliniplclbhpbmecdlchbdnj |
설명 | Click-to-Dial for Firefox, Chrome & Edge. |
파일 크기 | 1.83 MB |
설치 횟수 | 278 |
현재 버전 | 2.1.0.3 |
최근 업데이트 | 2023-04-28 |
출시 날짜 | 2022-01-06 |
개발자 | raffelinternet |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pulse-app.nl |
도움말 페이지 URL | https://www.raffel.nl/service-en-support |
개인정보 보호 정책 페이지 URL | https://www.raffel.nl/privacy-statement |
지원되는 언어 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Raffel Internet", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "16": "img\/icon-contextmenu.png", "32": "img\/logo-32.png", "64": "img\/logo-64.png", "128": "img\/logo-128.png" }, "browser_action": { "default_icon": { "32": "img\/icon-menubar-inactive.png" }, "default_popup": "index.html", "default_title": "Pulse webextension" }, "background": { "scripts": [ "js\/vendor.js", "js\/webext_bg.js" ] }, "permissions": [ "contextMenus", "notifications", "tabs", "activeTab", "identity", "*:\/\/webphone.raffel.nl\/*", "*:\/\/flow.bellenmetlotte.nl\/*", "*:\/\/flow.bellenmetraf.nl\/*", "*:\/\/flow-dev.bellenmetlotte.nl\/*", "*:\/\/flow-dev.bellenmetraf.nl\/*", "*:\/\/pulse-webphone-dev.vercel.app\/*", "*:\/\/flow-bellenmetlotte-dev.vercel.app\/*", "*:\/\/*.raffel.nl\/*", "*:\/\/*.pulse-app.nl\/*", "*:\/\/bellen.zorgtelefoon.eu\/*", "*:\/\/webphone.kantor.nl\/*", "https:\/\/app.hubspot.com\/oauth\/*", "https:\/\/pulse-api.raffel.nl\/" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/webphone.raffel.nl\/*", "*:\/\/flow.bellenmetlotte.nl\/*", "*:\/\/flow.bellenmetraf.nl\/*", "*:\/\/flow-dev.bellenmetlotte.nl\/*", "*:\/\/flow-dev.bellenmetraf.nl\/*", "*:\/\/*.raffel.nl\/*", "*:\/\/*.pulse-app.nl\/*", "*:\/\/pulse-webphone-dev.vercel.app\/*", "*:\/\/flow-bellenmetlotte-dev.vercel.app\/*", "*:\/\/bellen.zorgtelefoon.eu\/*", "*:\/\/webphone.kantor.nl\/*" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ " |