Etsy Address Print

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

Etsy Address Printคืออะไร?

Etsy Address Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย etsygadget.com และคุณลักษณะหลักของมันคือ "Helps to print in batch addresses for selected orders to be glued to envelopes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etsy Address Print

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}