AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

AloTech Pipedrive Softphone là gì?

AloTech Pipedrive Softphone là một tiện ích mở rộng Chrome được phát triển bởi emre.keles, và tính năng chính của nó là "AloTech Pipedrive Softphone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AloTech Pipedrive Softphone

Tải xuống các tệp mở rộng AloTech Pipedrive Softphone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AloTech Pipedrive Softphone AloTech Pipedrive Softphone
ID jdedlbhnfclhccgjgmfhnhbihcpigbld
URL Chính Thức https://chromewebstore.google.com/detail/alotech-pipedrive-softpho/jdedlbhnfclhccgjgmfhnhbihcpigbld
Mô tả AloTech Pipedrive Softphone
Kích Thước Tệp 22.59 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-05-29
Ngày Phát Hành 2021-03-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển emre.keles
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alotech.com.tr/
URL Trang Trợ Giúp https://destek.alo-tech.com/
Ngôn Ngữ Được Hỗ Trợ 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
}