AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

Co to jest AloTech Pipedrive Softphone?

AloTech Pipedrive Softphone to rozszerzenie Chrome opracowane przez emre.keles, a jego główną funkcją jest „AloTech Pipedrive Softphone”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AloTech Pipedrive Softphone

Pobierz pliki rozszerzeń AloTech Pipedrive Softphone w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AloTech Pipedrive Softphone AloTech Pipedrive Softphone
ID jdedlbhnfclhccgjgmfhnhbihcpigbld
Oficjalny URL https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld
Opis AloTech Pipedrive Softphone
Rozmiar pliku 22.59 KB
Liczba instalacji 33
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2023-05-29
Data Publikacji 2021-03-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper emre.keles
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://alotech.com.tr/
Adres URL Strony Pomocy https://destek.alo-tech.com/
Obsługiwane Języki 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
}