AloTech Pipedrive Softphone
AloTech Pipedrive Softphone
Vad är AloTech Pipedrive Softphone?
AloTech Pipedrive Softphone är en Chrome-tillägg utvecklad av emre.keles, och dess huvudfunktion är "AloTech Pipedrive Softphone".
Tilläggsskärmbilder
Ladda ner AloTech Pipedrive Softphone-förlängningens CRX-fil
Ladda ner AloTech Pipedrive Softphone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AloTech Pipedrive Softphone |
ID | jdedlbhnfclhccgjgmfhnhbihcpigbld |
Officiell webbadress | https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld |
Beskrivning | AloTech Pipedrive Softphone |
Filstorlek | 22.59 KB |
Antal Installationer | 33 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2023-05-29 |
Publiceringsdatum | 2021-03-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | emre.keles |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://alotech.com.tr/ |
Hjälpsida URL | https://destek.alo-tech.com/ |
Stödda Språk | 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 } |