ezsheep
This extension is to beautify the label print page of ebay
ezsheep क्या है?
ezsheep uniphonepty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is to beautify the label print page of ebay"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ezsheep एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |