Sellsuki for LINE@

Sellsuki for LINE@

什麼是Sellsuki for LINE@?

Sellsuki for LINE@是由http://sellsuki.com開發的Chrome擴展程式,該擴展的主要功能是“Sellsuki for LINE@”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Sellsuki for LINE@擴展crx文件

下載Sellsuki for LINE@擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Sellsuki for LINE@ Sellsuki for LINE@
ID admiohglcpnpioeohhigbidopgchjoao
官方網址 https://chrome.google.com/webstore/detail/sellsuki-for-line/admiohglcpnpioeohhigbidopgchjoao
簡介 Sellsuki for LINE@
檔案大小 465 KB
安裝次數 2,733
目前版本 1.0.32
更新時間 2018-07-17
上架時間 2018-07-17
評分 4.27/5 共 86 次評分
開發者 http://sellsuki.com
付費類型 free
擴展官網 http://www.sellsuki.co.th
支援的語言 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
}