ezsheep
This extension is to beautify the label print page of ebay
ezsheepคืออะไร?
ezsheep เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uniphonepty และคุณลักษณะหลักของมันคือ "This extension is to beautify the label print page of ebay"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ezsheep
ดาวน์โหลดไฟล์ส่วนขยาย ezsheep ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
this extension is used to format and prettify ebay's print Address labels function Feature: [secure] No need to login ebay account to thrid party website [customize] Uploda your own logo and put it in the address label
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ezsheep |
ID | lkcfnlclegbgbdmfklccffmlikkamcae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ezsheep/lkcfnlclegbgbdmfklccffmlikkamcae |
คำอธิบาย | This extension is to beautify the label print page of ebay |
ขนาดไฟล์ | 710 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2019-04-06 |
วันที่เผยแพร่ | 2019-04-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | uniphonepty |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ezsheep", "version": "0.1.0", "manifest_version": 2, "description": "This extension is to beautify the label print page of ebay", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/sheep16.png", "48": "icons\/sheep48.png", "128": "icons\/sheep128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "page_action": { "default_icon": "icons\/sheep19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "tabs", "https:\/\/k2b-print.ebay.com.au\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/k2b-print.ebay.com.au\/*", "https:\/\/k2b-bulk.ebay.com.au\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |