Sellsuki for LINE@
Sellsuki for LINE@
Cos'è Sellsuki for LINE@?
Sellsuki for LINE@ è un'estensione di Chrome sviluppata da http://sellsuki.com, e la sua funzione principale è "Sellsuki for LINE@".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sellsuki for LINE@
Scarica i file di estensione Sellsuki for LINE@ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Sellsuki for LINE@ เป็นเครื่องมือที่จะช่วยให้คุณขายของออนไลน์ผ่านโปรแกรม LINE@ ได้สะดวกยิ่งขึ้น โดยร้านค้าสามารถออกบิลออนไลน์ให้กับลูกค้า ซึ่งจะประกอบไปด้วยข้อมูลที่จำเป็นต่อผู้ซื้อ เช่น ชื่อสินค้า จำนวนสินค้า ราคา หรือส่วนลด และช่องทางการชำระเงิน ช่วยให้ร้านค้าประหยัดเวลา และบริหารจัดการข้อมูลได้ง่ายขึ้น ปัจจุบันมีผู้ใช้งานเซลสุกิมากกว่า 15,000 ร้านค้าแล้ว และจากการสอบถามพบว่าร้านค้ารู้สึกว่าตัวเองมีความน่าเชื่อถือ สามารถทำให้ร้านค้าทำงานเป็นระบบ สร้างความไว้วางใจให้กับลูกค้า และช่วยเสริมภาพลักษณ์ที่ดีให้กับร้านค้ามากยิ่งขึ้น
Informazioni di Base sull'Estensione
Nome | |
ID | admiohglcpnpioeohhigbidopgchjoao |
URL Ufficiale | https://chrome.google.com/webstore/detail/sellsuki-for-line/admiohglcpnpioeohhigbidopgchjoao |
Descrizione | Sellsuki for LINE@ |
Dimensione del File | 465 KB |
Conteggio Installazioni | 2,733 |
Versione Corrente | 1.0.32 |
Ultimo Aggiornamento | 2018-07-17 |
Data di Pubblicazione | 2018-07-17 |
Valutazione | 4.27/5 Totale 86 Valutazioni |
Sviluppatore | http://sellsuki.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.sellsuki.co.th |
Lingue Supportate | 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 } |