Sellsuki for LINE@
Sellsuki for LINE@
Wat is Sellsuki for LINE@?
Sellsuki for LINE@ is een Chrome-extensie ontwikkeld door http://sellsuki.com, en de belangrijkste functie is "Sellsuki for LINE@".
Extensie Screenshots
Download het CRX-bestand van de extensie Sellsuki for LINE@
Download Sellsuki for LINE@-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sellsuki for LINE@ เป็นเครื่องมือที่จะช่วยให้คุณขายของออนไลน์ผ่านโปรแกรม LINE@ ได้สะดวกยิ่งขึ้น โดยร้านค้าสามารถออกบิลออนไลน์ให้กับลูกค้า ซึ่งจะประกอบไปด้วยข้อมูลที่จำเป็นต่อผู้ซื้อ เช่น ชื่อสินค้า จำนวนสินค้า ราคา หรือส่วนลด และช่องทางการชำระเงิน ช่วยให้ร้านค้าประหยัดเวลา และบริหารจัดการข้อมูลได้ง่ายขึ้น ปัจจุบันมีผู้ใช้งานเซลสุกิมากกว่า 15,000 ร้านค้าแล้ว และจากการสอบถามพบว่าร้านค้ารู้สึกว่าตัวเองมีความน่าเชื่อถือ สามารถทำให้ร้านค้าทำงานเป็นระบบ สร้างความไว้วางใจให้กับลูกค้า และช่วยเสริมภาพลักษณ์ที่ดีให้กับร้านค้ามากยิ่งขึ้น
Basisinformatie over de Extensie
Naam | |
ID | admiohglcpnpioeohhigbidopgchjoao |
Officiële URL | https://chrome.google.com/webstore/detail/sellsuki-for-line/admiohglcpnpioeohhigbidopgchjoao |
Beschrijving | Sellsuki for LINE@ |
Bestandsgrootte | 465 KB |
Aantal Installaties | 2,733 |
Huidige Versie | 1.0.32 |
Laatst Bijgewerkt | 2018-07-17 |
Publicatiedatum | 2018-07-17 |
Beoordeling | 4.27/5 Totaal 86 Beoordelingen |
Ontwikkelaar | http://sellsuki.com |
Betalingswijze | free |
Extensiewebsite | http://www.sellsuki.co.th |
Ondersteunde Talen | 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 } |