ezsheep

This extension is to beautify the label print page of ebay

什麼是ezsheep?

ezsheep是由uniphonepty開發的Chrome擴展程式,該擴展的主要功能是“This extension is to beautify the label print page of ebay”。

擴展截圖

screenshot

下載ezsheep擴展crx文件

下載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 ezsheep
ID lkcfnlclegbgbdmfklccffmlikkamcae
官方網址 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"
            ]
        }
    ]
}