AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

什麼是AloTech Pipedrive Softphone?

AloTech Pipedrive Softphone是由emre.keles開發的Chrome擴展程式,該擴展的主要功能是“AloTech Pipedrive Softphone”。

擴展截圖

screenshot
screenshot

下載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 AloTech Pipedrive Softphone
ID jdedlbhnfclhccgjgmfhnhbihcpigbld
官方網址 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
}