AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

Apa itu AloTech Pipedrive Softphone?

AloTech Pipedrive Softphone adalah ekstensi Chrome yang dikembangkan oleh emre.keles, dan fitur utamanya adalah "AloTech Pipedrive Softphone".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AloTech Pipedrive Softphone

Unduh file ekstensi AloTech Pipedrive Softphone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AloTech Pipedrive Softphone AloTech Pipedrive Softphone
ID jdedlbhnfclhccgjgmfhnhbihcpigbld
URL Resmi https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld
Deskripsi AloTech Pipedrive Softphone
Ukuran File 22.59 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-05-29
Tanggal Publikasi 2021-03-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang emre.keles
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://alotech.com.tr/
URL Halaman Bantuan https://destek.alo-tech.com/
Bahasa yang Didukung 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
}