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文件
下载Pulse webextension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |