Etsy Address Print

Helps to print in batch addresses for selected orders to be glued to envelopes

Etsy Address Printとは何ですか?

Etsy Address Printはetsygadget.comによって開発されたChromeの拡張機能で、その主な機能は「Helps to print in batch addresses for selected orders to be glued to envelopes」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Etsy Address Print拡張機能のCRXファイルをダウンロード

Etsy Address Print拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        [FOR ETSY SELLERS ONLY]

Print easily labels for envelops and packages with directions of your customers. Save your time and be more productive.

Watch video to see how does it work.                    

拡張機能の基本情報

名前 Etsy Address Print Etsy Address Print
ID njhelbijmdigcbjncoppnffecpbckbfm
公式URL https://chromewebstore.google.com/detail/etsy-address-print/njhelbijmdigcbjncoppnffecpbckbfm
説明 Helps to print in batch addresses for selected orders to be glued to envelopes
ファイルサイズ 49.41 KB
インストール数 41
現在のバージョン 1.9
最終更新日 2020-05-14
公開日 2020-05-13
評価 5.00/5 合計 6 レビュー
開発者 etsygadget.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://etsygadget.com/etsy_address_print/
ヘルプページのURL http://etsygadget.com/en/contacts/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etsy Address Print",
    "short_name": "Etsy Address Print",
    "description": "Helps to print in batch addresses for selected orders to be glued to envelopes",
    "version": "1.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.etsy.com\/"
    ],
    "homepage_url": "http:\/\/etsygadget.com\/etsy_address_print\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*\/your\/orders*",
                "*:\/\/*.etsy.com\/your\/orders*",
                "*:\/\/*.etsy.com\/your\/orders\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "print.html",
        "styles.css",
        "jquery.js",
        "*.png"
    ]
}