AloTech Pipedrive Softphone
AloTech Pipedrive Softphone
What is AloTech Pipedrive Softphone?
AloTech Pipedrive Softphone is a Chrome extension developed by emre.keles, and its main feature is "AloTech Pipedrive Softphone".
Extension Screenshots
Download AloTech Pipedrive Softphone Extension CRX File
Download AloTech Pipedrive Softphone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AloTech Pipedrive Softphone |
ID | jdedlbhnfclhccgjgmfhnhbihcpigbld |
Official URL | https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld |
Description | AloTech Pipedrive Softphone |
File Size | 22.59 KB |
Installation Count | 33 |
Current Version | 1.0.3 |
Last Updated | 2023-05-29 |
Publish Date | 2021-03-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | emre.keles |
[email protected] | |
Payment Type | free |
Extension Website | https://alotech.com.tr/ |
Help Page URL | https://destek.alo-tech.com/ |
Supported Languages | 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 } |