ezsheep
This extension is to beautify the label print page of ebay
ezsheep là gì?
ezsheep là một tiện ích mở rộng Chrome được phát triển bởi uniphonepty, và tính năng chính của nó là "This extension is to beautify the label print page of ebay".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ezsheep
Tải xuống các tệp mở rộng ezsheep dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ezsheep |
ID | lkcfnlclegbgbdmfklccffmlikkamcae |
URL Chính Thức | https://chromewebstore.google.com/detail/ezsheep/lkcfnlclegbgbdmfklccffmlikkamcae |
Mô tả | This extension is to beautify the label print page of ebay |
Kích Thước Tệp | 710 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2019-04-06 |
Ngày Phát Hành | 2019-04-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | uniphonepty |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |