Label Plus สำหรับ Lazada
ปรับแต่งใบปะหน้ากล่อง Lazada ใช้ได้กับหน้าการจัดการคำสั่งซื้อทั้งเวอร์ชั่น เก่าและใหม่
Label Plus สำหรับ Lazada क्या है?
Label Plus สำหรับ Lazada klarworks.programmer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ปรับแต่งใบปะหน้ากล่อง Lazada ใช้ได้กับหน้าการจัดการคำสั่งซื้อทั้งเวอร์ชั่น เก่าและใหม่"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Label Plus สำหรับ Lazada एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Label Plus For Lazada Extension : Customize your Lazada Label. With 8 Functions which you can use. 1. Clean Label Mode (Turning 2pages label to 1page) 2. Show only top barcode. 3. Scale label size. 4. Scale product list table size. 5. Save Product list space. 6. Add more image to your label. 7. Add label decoration frame. 8. Add more text that you want. This extension can save your printer ink and save you time to print. **Caution In free version, 1 Affiliate ad Tab will appear every 3 days **
एक्सटेंशन की मूल जानकारी
नाम | Label Plus สำหรับ Lazada |
ID | gpplfconcajhnjoknfpbapejkmeggbfi |
आधिकारिक 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-lazada/gpplfconcajhnjoknfpbapejkmeggbfi |
विवरण | ปรับแต่งใบปะหน้ากล่อง Lazada ใช้ได้กับหน้าการจัดการคำสั่งซื้อทั้งเวอร์ชั่น เก่าและใหม่ |
फ़ाइल का आकार | 2.98 MB |
स्थापना संख्या | 2,965 |
वर्तमान संस्करण | 2.6.11 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2022-02-19 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | klarworks.programmer |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en,th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Klar W", "content_scripts": [ { "js": [ "jquery-2.2.0.min.js", "encrypt\/rollups\/sha3.js", "content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/sellercenter.lazada.co.th\/*" ], "run_at": "document_start" } ], "description": "\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e15\u0e48\u0e07\u0e43\u0e1a\u0e1b\u0e30\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e25\u0e48\u0e2d\u0e07 Lazada \u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e04\u0e33\u0e2a\u0e31\u0e48\u0e07\u0e0b\u0e37\u0e49\u0e2d\u0e17\u0e31\u0e49\u0e07\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e48\u0e19 \u0e40\u0e01\u0e48\u0e32\u0e41\u0e25\u0e30\u0e43\u0e2b\u0e21\u0e48", "icons": { "128": ".\/images\/icon128.png", "48": ".\/images\/icon48.png", "32": ".\/images\/icon32.png", "16": ".\/images\/icon16.png" }, "web_accessible_resources": [ { "resources": [ "images\/*", "popup.html", "_locales\/*", "themePlus.html", "themeColor.css" ], "matches": [ "https:\/\/sellercenter.lazada.co.th\/*" ] } ], "manifest_version": 3, "name": "Label Plus \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a Lazada", "action": [], "permissions": [ "storage", "tabs" ], "version": "2.6.11", "background": { "service_worker": "background.js" }, "default_locale": "th" } |