Label Plus สำหรับ Tiktok
ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok
Wat is Label Plus สำหรับ Tiktok?
Label Plus สำหรับ Tiktok is een Chrome-extensie ontwikkeld door klarworks.programmer, en de belangrijkste functie is "ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok".
Extensie Screenshots
Download het CRX-bestand van de extensie Label Plus สำหรับ Tiktok
Download Label Plus สำหรับ Tiktok-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
ส่วนเสริม Label Plus สำหรับ Tiktok ช่วยให้ผู้ขายสินค้าในระบบ Tiktok Seller
สามารถแก้ไขใบฉลากแปะหน้ากล่อง
โดยมีฟังชั่นหลัก 8 ฟังชั่น คือ
1. ปรับขนาดของใบปะหน้ากล่อง
2. ใส่กรอบให้ใบปะหน้ากล่อง
3. เพิ่มข้อความด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
4. เพิ่มป้ายเตือน เช่น ระวังแตก/กรุณาถ่ายวิดีโอตอนแกะสินค้า
ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
5. เพิ่มรูปภาพกำหนดเอง(URL)ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
6. ปรับขนาดตัวอักษรบนตารางรายการสินค้า
7. เปลี่ยนการแสดงตารางรายการสินค้า ให้ประหยัดพื้นที่มากขึ้น
8. ซ่อน/แสดง คอลัมน์บนตารางรายการสินค้า
โดยส่วนเสริมนี้ ทำให้สะดวก ประหยัดเวลา ประหยัดหมึกและกระดาษอีกด้วยครับ
**หมายเหตุ
ส่วนเสริมนี้ จะมีการเปิดลิงค์โฆษณา(Affiliate Link)บนแท็ปใหม่ 1ครั้ง เมื่อกดสั่งพิมพ์เอกสาร โดยจะเว้นระยะทุกๆ6ชม.
เพื่อเป็นรายได้ของผู้พัฒนา** Basisinformatie over de Extensie
| Naam | |
| ID | bkeokcdhmpbchjglhoihkdfcojddgcmf |
| Officiële 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 |
| Beschrijving | ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok |
| Bestandsgrootte | 3.05 MB |
| Aantal Installaties | 975 |
| Huidige Versie | 2.3.2 |
| Laatst Bijgewerkt | 2024-02-19 |
| Publicatiedatum | 2023-07-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | klarworks.programmer |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |