Label Plus สำหรับ Tiktok

ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok

Label Plus สำหรับ Tiktok란 무엇입니까?

Label Plus สำหรับ Tiktok은(는) klarworks.programmer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Label Plus สำหรับ Tiktok 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ส่วนเสริม Label Plus สำหรับ Tiktok ช่วยให้ผู้ขายสินค้าในระบบ Tiktok Seller
สามารถแก้ไขใบฉลากแปะหน้ากล่อง

โดยมีฟังชั่นหลัก 8 ฟังชั่น คือ
1. ปรับขนาดของใบปะหน้ากล่อง
2. ใส่กรอบให้ใบปะหน้ากล่อง
3. เพิ่มข้อความด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
4. เพิ่มป้ายเตือน เช่น ระวังแตก/กรุณาถ่ายวิดีโอตอนแกะสินค้า
ด้าน บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
5. เพิ่มรูปภาพกำหนดเอง(URL)ด้าน  บน/ล่าง/ซ้าย/ขวา ของใบปะหน้ากล่อง
6. ปรับขนาดตัวอักษรบนตารางรายการสินค้า
7. เปลี่ยนการแสดงตารางรายการสินค้า ให้ประหยัดพื้นที่มากขึ้น
8. ซ่อน/แสดง คอลัมน์บนตารางรายการสินค้า

โดยส่วนเสริมนี้ ทำให้สะดวก ประหยัดเวลา ประหยัดหมึกและกระดาษอีกด้วยครับ

**หมายเหตุ 
ส่วนเสริมนี้ จะมีการเปิดลิงค์โฆษณา(Affiliate Link)บนแท็ปใหม่ 1ครั้ง เมื่อกดสั่งพิมพ์เอกสาร โดยจะเว้นระยะทุกๆ6ชม.
เพื่อเป็นรายได้ของผู้พัฒนา**                    

확장 프로그램 기본 정보

이름 Label Plus สำหรับ Tiktok Label Plus สำหรับ Tiktok
ID bkeokcdhmpbchjglhoihkdfcojddgcmf
공식 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
설명 ปรับแต่งใบปะหน้ากล่อง สำหรับผู้ขายบนTiktok
파일 크기 3.05 MB
설치 횟수 975
현재 버전 2.3.2
최근 업데이트 2024-02-19
출시 날짜 2023-07-27
평점 5.00/5 총 1 개의 평점
개발자 klarworks.programmer
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}