Chevronne Vici Box

Chevronne Vicidial Container

Chevronne Vici Boxคืออะไร?

Chevronne Vici Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chevronne.com และคุณลักษณะหลักของมันคือ "Chevronne Vicidial Container"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chevronne Vici Box

ดาวน์โหลดไฟล์ส่วนขยาย Chevronne Vici Box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Call Recording and Integrated with Chevronne CRM                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chevronne Vici Box Chevronne Vici Box
ID ljkamdkhhnopceioamfcaiohemhcekhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chevronne-vici-box/ljkamdkhhnopceioamfcaiohemhcekhn
คำอธิบาย Chevronne Vicidial Container
ขนาดไฟล์ 53.13 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2018-04-16
วันที่เผยแพร่ 2018-04-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.chevronne.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chevronne Vici Box",
    "description": "Chevronne Vicidial Container",
    "version": "1.7",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "browser_action": {
        "default_title": "Chevronne Vici Box",
        "default_icon": "logo_chev1.png",
        "default_popup": "ViciBox.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.studyideas.com\/*",
                "*:\/\/*.careeroverseas.com\/*",
                "*:\/\/*.opulentian.com\/*",
                "*:\/\/*.connect2mv.com\/*",
                "*:\/\/*.zentora.com\/*",
                "*:\/\/*.othervisas.com\/*",
                "*:\/\/*.migrationideas.com\/*"
            ],
            "js": [
                "communicator.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.studyideas.com\/*",
            "*:\/\/*.careeroverseas.com\/*",
            "*:\/\/*.opulentian.com\/*",
            "*:\/\/*.connect2mv.com\/*",
            "*:\/\/*.zentora.com\/*",
            "*:\/\/*.othervisas.com\/*",
            "*:\/\/*.migrationideas.com\/*"
        ]
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2
}