AloTech Pipedrive Softphone

AloTech Pipedrive Softphone

AloTech Pipedrive Softphoneคืออะไร?

AloTech Pipedrive Softphone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emre.keles และคุณลักษณะหลักของมันคือ "AloTech Pipedrive Softphone"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AloTech Pipedrive Softphone

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}