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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |