Label Plus สำหรับ Tiktok
ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok
O que é Label Plus สำหรับ Tiktok?
Label Plus สำหรับ Tiktok é uma extensão do Chrome desenvolvida por klarworks.programmer, e sua principal característica é "ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Label Plus สำหรับ Tiktok
Baixe arquivos de extensão Label Plus สำหรับ Tiktok no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
ส่วนเสริม Label Plus สำหรับ Tiktok ช่วยให้ผู้ขายสินค้าในระบบ Tiktok Seller สามารถแก้ไขใบฉลากแปะหน้ากล่อง โดยมีฟังชั่นหลัก 8 ฟังชั่น คือ 1. ปรับขนาดของใบปะหน้ากล่อง 2. ใส่กรอบให้ใบปะหน้ากล่อง 3. เพิ่มข้อความด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง 4. เพิ่มป้ายเตือน เช่น ระวังแตก/กรุณาถ่ายวิดีโอตอนแกะสินค้า ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง 5. เพิ่มรูปภาพกำหนดเอง(URL)ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง 6. ปรับขนาดตัวอักษรบนตารางรายการสินค้า 7. เปลี่ยนการแสดงตารางรายการสินค้า ให้ประหยัดพื้นที่มากขึ้น 8. ซ่อน/แสดง คอลัมน์บนตารางรายการสินค้า โดยส่วนเสริมนี้ ทำให้สะดวก ประหยัดเวลา ประหยัดหมึกและกระดาษอีกด้วยครับ **หมายเหตุ ส่วนเสริมนี้ จะมีการเปิดลิงค์โฆษณา(Affiliate Link)บนแท็ปใหม่ 1ครั้ง เมื่อกดสั่งพิมพ์เอกสาร โดยจะเว้นระยะทุกๆ6ชม. เพื่อเป็นรายได้ของผู้พัฒนา**
Informações Básicas da Extensão
Nome | Label Plus สำหรับ Tiktok |
ID | bkeokcdhmpbchjglhoihkdfcojddgcmf |
URL Oficial | https://chromewebstore.google.com/detail/label-plus-%E0%B8%AA%E0%B8%B3%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%9A-tiktok/bkeokcdhmpbchjglhoihkdfcojddgcmf |
Descrição | ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok |
Tamanho do Arquivo | 3.05 MB |
Contagem de Instalações | 975 |
Versão Atual | 2.3.2 |
Última Atualização | 2024-02-19 |
Data de Publicação | 2023-07-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | klarworks.programmer |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Label Plus \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a Tiktok", "description": "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07\u0e43\u0e1a\u0e1b\u0e30\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e25\u0e48\u0e2d\u0e07 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e02\u0e32\u0e22\u0e1a\u0e19Tiktok", "version": "2.3.2", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/seller-th.tiktok.com\/wsos_v2\/oec_fulfillment_doc_tts\/*" ], "js": [ "content\/content.js" ], "css": [ "content\/content.css" ], "run_at": "document_end" } ], "action": [], "options_page": "options\/options.html", "web_accessible_resources": [ { "resources": [ "\/*" ], "matches": [ "https:\/\/seller-th.tiktok.com\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/seller-th.tiktok.com\/*" ] } |