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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Sellsuki for LINE@ Sellsuki for LINE@
ID admiohglcpnpioeohhigbidopgchjoao
공식 URL 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
}