AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

AloTech Pipedrive Softphone란 무엇입니까?

AloTech Pipedrive Softphone은(는) emre.keles에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AloTech Pipedrive Softphone"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AloTech Pipedrive Softphone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}