KiotViet

KiotViet Extension hỗ trợ các tính năng mở rộng cho nhà bán hàng trên Facebook

KiotVietคืออะไร?

KiotViet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kiotviet.vn และคุณลักษณะหลักของมันคือ "KiotViet Extension hỗ trợ các tính năng mở rộng cho nhà bán hàng trên Facebook"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        KiotViet Extenson đem đến các tính năng vượt trội cho các nhà bán
hàng trên Facebook như:
- Tính năng thống kê chia sẻ Livestream
- Cho phép gửi tin nhắn quá 24 giờ/ 7 ngày cho khách hàng
- Xem hội thoại của khách trên Meta Business Suite
- Cho phép gửi nhiều hình ảnh trong 1 lần nhắn
Và còn nhiều tính năng khác sắp ra mắt trong thời gian tới. Tìm hiểu
thêm về sản phẩm bán online của KiotViet tại: https://www.kiotviet.vn/                    

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

ชื่อ KiotViet KiotViet
ID bgoonldagdphmkccchmokoclilhplbip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kiotviet/bgoonldagdphmkccchmokoclilhplbip
คำอธิบาย KiotViet Extension hỗ trợ các tính năng mở rộng cho nhà bán hàng trên Facebook
ขนาดไฟล์ 85.6 KB
จำนวนการติดตั้ง 2,039
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2023-10-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://kiotviet.vn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.kiotviet.vn/
URL หน้าช่วยเหลือ http://www.kiotviet.vn/ho-tro/
URL หน้านโยบายความเป็นส่วนตัว https://www.kiotviet.vn/dieu-khoan-su-dung
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KiotViet",
    "version": "1.0.8",
    "description": "KiotViet Extension h\u1ed7 tr\u1ee3 c\u00e1c t\u00ednh n\u0103ng m\u1edf r\u1ed9ng cho nh\u00e0 b\u00e1n h\u00e0ng tr\u00ean Facebook",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:4200\/*",
                "http:\/\/*.kvlocal.com\/saleonline*",
                "https:\/\/*.kvlocal.com\/saleonline*",
                "https:\/\/*.kvpos.com\/saleonlinev2*",
                "https:\/\/*.kiotviet.com\/saleonlinev2*",
                "https:\/\/*.kiotviet.vn\/saleonlinev2*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}