Label Plus สำหรับ Tiktok
ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok
Was ist Label Plus สำหรับ Tiktok?
Label Plus สำหรับ Tiktok ist eine Chrome-Erweiterung, die von klarworks.programmer entwickelt wurde, und ihr Hauptmerkmal ist "ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok".
Erweiterungsscreenshots
Label Plus สำหรับ Tiktok-Erweiterungs-CRX-Datei herunterladen
Laden Sie Label Plus สำหรับ Tiktok-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        ส่วนเสริม Label Plus สำหรับ Tiktok ช่วยให้ผู้ขายสินค้าในระบบ Tiktok Seller
สามารถแก้ไขใบฉลากแปะหน้ากล่อง
โดยมีฟังชั่นหลัก 8 ฟังชั่น คือ
1. ปรับขนาดของใบปะหน้ากล่อง
2. ใส่กรอบให้ใบปะหน้ากล่อง
3. เพิ่มข้อความด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
4. เพิ่มป้ายเตือน เช่น ระวังแตก/กรุณาถ่ายวิดีโอตอนแกะสินค้า
ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
5. เพิ่มรูปภาพกำหนดเอง(URL)ด้าน  บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
6. ปรับขนาดตัวอักษรบนตารางรายการสินค้า
7. เปลี่ยนการแสดงตารางรายการสินค้า ให้ประหยัดพื้นที่มากขึ้น
8. ซ่อน/แสดง คอลัมน์บนตารางรายการสินค้า
โดยส่วนเสริมนี้ ทำให้สะดวก ประหยัดเวลา ประหยัดหมึกและกระดาษอีกด้วยครับ
**หมายเหตุ 
ส่วนเสริมนี้ จะมีการเปิดลิงค์โฆษณา(Affiliate Link)บนแท็ปใหม่ 1ครั้ง เมื่อกดสั่งพิมพ์เอกสาร โดยจะเว้นระยะทุกๆ6ชม.
เพื่อเป็นรายได้ของผู้พัฒนา**                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bkeokcdhmpbchjglhoihkdfcojddgcmf | 
| Offizielle 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 | 
| Beschreibung | ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok | 
| Dateigröße | 3.05 MB | 
| Installationsanzahl | 975 | 
| Aktuelle Version | 2.3.2 | 
| Letztes Update | 2024-02-19 | 
| Veröffentlichungsdatum | 2023-07-27 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | klarworks.programmer | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/*"
    ]
}  |  |