Label Plus สำหรับ Tiktok
ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok
What is Label Plus สำหรับ Tiktok?
Label Plus สำหรับ Tiktok is a Chrome extension developed by klarworks.programmer, and its main feature is "ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok".
Extension Screenshots
Download Label Plus สำหรับ Tiktok Extension CRX File
Download Label Plus สำหรับ Tiktok extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ส่วนเสริม Label Plus สำหรับ Tiktok ช่วยให้ผู้ขายสินค้าในระบบ Tiktok Seller สามารถแก้ไขใบฉลากแปะหน้ากล่อง โดยมีฟังชั่นหลัก 8 ฟังชั่น คือ 1. ปรับขนาดของใบปะหน้ากล่อง 2. ใส่กรอบให้ใบปะหน้ากล่อง 3. เพิ่มข้อความด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง 4. เพิ่มป้ายเตือน เช่น ระวังแตก/กรุณาถ่ายวิดีโอตอนแกะสินค้า ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง 5. เพิ่มรูปภาพกำหนดเอง(URL)ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง 6. ปรับขนาดตัวอักษรบนตารางรายการสินค้า 7. เปลี่ยนการแสดงตารางรายการสินค้า ให้ประหยัดพื้นที่มากขึ้น 8. ซ่อน/แสดง คอลัมน์บนตารางรายการสินค้า โดยส่วนเสริมนี้ ทำให้สะดวก ประหยัดเวลา ประหยัดหมึกและกระดาษอีกด้วยครับ **หมายเหตุ ส่วนเสริมนี้ จะมีการเปิดลิงค์โฆษณา(Affiliate Link)บนแท็ปใหม่ 1ครั้ง เมื่อกดสั่งพิมพ์เอกสาร โดยจะเว้นระยะทุกๆ6ชม. เพื่อเป็นรายได้ของผู้พัฒนา**
Extension Basic Information
Name | Label Plus สำหรับ Tiktok |
ID | bkeokcdhmpbchjglhoihkdfcojddgcmf |
Official URL | 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 |
Description | ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok |
File Size | 3.05 MB |
Installation Count | 975 |
Current Version | 2.3.2 |
Last Updated | 2024-02-19 |
Publish Date | 2023-07-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | klarworks.programmer |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |