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
公式URL 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
Eメール [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
}