Sellsuki for LINE@

Sellsuki for LINE@

Vad är Sellsuki for LINE@?

Sellsuki for LINE@ är en Chrome-tillägg utvecklad av http://sellsuki.com, och dess huvudfunktion är "Sellsuki for LINE@".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Sellsuki for LINE@-förlängningens CRX-fil

Ladda ner Sellsuki for LINE@-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sellsuki for LINE@ Sellsuki for LINE@
ID admiohglcpnpioeohhigbidopgchjoao
Officiell webbadress https://chrome.google.com/webstore/detail/sellsuki-for-line/admiohglcpnpioeohhigbidopgchjoao
Beskrivning Sellsuki for LINE@
Filstorlek 465 KB
Antal Installationer 2,733
Aktuell Version 1.0.32
Senast Uppdaterad 2018-07-17
Publiceringsdatum 2018-07-17
Betyg 4.27/5 Totalt 86 Betyg
Utvecklare http://sellsuki.com
Betalningssätt free
Tilläggswebbplats http://www.sellsuki.co.th
Stödda Språk 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
}