ezsheep
This extension is to beautify the label print page of ebay
Qu'est-ce que ezsheep ?
ezsheep est une extension Chrome développée par uniphonepty, et sa fonction principale est "This extension is to beautify the label print page of ebay".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ezsheep
Téléchargez les fichiers d'extension ezsheep au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ezsheep |
ID | lkcfnlclegbgbdmfklccffmlikkamcae |
URL Officiel | https://chromewebstore.google.com/detail/ezsheep/lkcfnlclegbgbdmfklccffmlikkamcae |
Description | This extension is to beautify the label print page of ebay |
Taille du Fichier | 710 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2019-04-06 |
Date de Publication | 2019-04-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | uniphonepty |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |