AloTech Pipedrive Softphone
AloTech Pipedrive Softphone
什么是AloTech Pipedrive Softphone?
AloTech Pipedrive Softphone是由emre.keles开发的Chrome扩展程序,该扩展的主要功能是“AloTech Pipedrive Softphone”。
扩展截图
下载AloTech Pipedrive Softphone扩展crx文件
下载AloTech Pipedrive Softphone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AloTech A Cloud Company is a call center software that runs on the Google Cloud Platform. We have more than 550 customers in Turkey and abroad (Our Web Site: https://www.alo-tech.com/) The AloTech Pipedrive Softphone extension creates buttons on the Pipedrive website that enable them to click to call next to the customers' names and communicates with the AloTech Pipedrive App in the Pipedrive marketplace to make a call.
扩展基本信息
名称 | AloTech Pipedrive Softphone |
ID | jdedlbhnfclhccgjgmfhnhbihcpigbld |
官方URL | https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld |
简介 | AloTech Pipedrive Softphone |
文件大小 | 22.59 KB |
安装次数 | 33 |
当前版本 | 1.0.3 |
更新时间 | 2023-05-29 |
上架时间 | 2021-03-17 |
评分 | 5.00/5 共1次评分 |
开发者 | emre.keles |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://alotech.com.tr/ |
帮助页面URL | https://destek.alo-tech.com/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AloTech Pipedrive Softphone", "description": "AloTech Pipedrive Softphone", "background": { "scripts": [ "background.js" ] }, "version": "1.0.3", "icons": { "48": "alotech-logo.png" }, "permissions": [ "tabs", "background" ], "content_scripts": [ { "matches": [ "https:\/\/*.pipedrive.com\/*" ], "js": [ ".\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/softphone.alo-tech.com\/pipedrive\/; object-src 'self'", "manifest_version": 2 } |