Sellsuki for LINE@

Sellsuki for LINE@

Apa itu Sellsuki for LINE@?

Sellsuki for LINE@ adalah ekstensi Chrome yang dikembangkan oleh http://sellsuki.com, dan fitur utamanya adalah "Sellsuki for LINE@".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sellsuki for LINE@

Unduh file ekstensi Sellsuki for LINE@ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Sellsuki for LINE@ เป็นเครื่องมือที่จะช่วยให้คุณขายของออนไลน์ผ่านโปรแกรม LINE@ ได้สะดวกยิ่งขึ้น โดยร้านค้าสามารถออกบิลออนไลน์ให้กับลูกค้า ซึ่งจะประกอบไปด้วยข้อมูลที่จำเป็นต่อผู้ซื้อ เช่น ชื่อสินค้า จำนวนสินค้า ราคา หรือส่วนลด และช่องทางการชำระเงิน  ช่วยให้ร้านค้าประหยัดเวลา และบริหารจัดการข้อมูลได้ง่ายขึ้น ปัจจุบันมีผู้ใช้งานเซลสุกิมากกว่า 15,000 ร้านค้าแล้ว และจากการสอบถามพบว่าร้านค้ารู้สึกว่าตัวเองมีความน่าเชื่อถือ สามารถทำให้ร้านค้าทำงานเป็นระบบ สร้างความไว้วางใจให้กับลูกค้า และช่วยเสริมภาพลักษณ์ที่ดีให้กับร้านค้ามากยิ่งขึ้น                    

Informasi Dasar Ekstensi

Nama Sellsuki for LINE@ Sellsuki for LINE@
ID admiohglcpnpioeohhigbidopgchjoao
URL Resmi https://chrome.google.com/webstore/detail/sellsuki-for-line/admiohglcpnpioeohhigbidopgchjoao
Deskripsi Sellsuki for LINE@
Ukuran File 465 KB
Jumlah Instalasi 2,733
Versi Saat Ini 1.0.32
Terakhir Diperbarui 2018-07-17
Tanggal Publikasi 2018-07-17
Penilaian 4.27/5 Total 86 Penilaian
Pengembang http://sellsuki.com
Tipe Pembayaran free
Situs Ekstensi http://www.sellsuki.co.th
Bahasa yang Didukung th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sellsuki for LINE@",
    "version": "1.0.32",
    "description": "Sellsuki for LINE@",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/at-talk.line.me\/*"
            ],
            "js": [
                "at-talk\/content_script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "Sellsuki"
    },
    "web_accessible_resources": [
        "images\/*.*"
    ],
    "permissions": [
        "declarativeContent"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2
}