Sellsuki for LINE@

Sellsuki for LINE@

What is Sellsuki for LINE@?

Sellsuki for LINE@ is a Chrome extension developed by http://sellsuki.com, and its main feature is "Sellsuki for LINE@".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sellsuki for LINE@ Extension CRX File

Download Sellsuki for LINE@ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Sellsuki for LINE@ Sellsuki for LINE@
ID admiohglcpnpioeohhigbidopgchjoao
Official URL https://chrome.google.com/webstore/detail/sellsuki-for-line/admiohglcpnpioeohhigbidopgchjoao
Description Sellsuki for LINE@
File Size 465 KB
Installation Count 2,733
Current Version 1.0.32
Last Updated 2018-07-17
Publish Date 2018-07-17
Rating 4.27/5 Total 86 Ratings
Developer http://sellsuki.com
Payment Type free
Extension Website http://www.sellsuki.co.th
Supported Languages 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
}