Buttonify‑DropShipping Product Importer

Buttonify is an automated product collection tool for one-click product import

Buttonify‑DropShipping Product Importerคืออะไร?

Buttonify‑DropShipping Product Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buttonify.net และคุณลักษณะหลักของมันคือ "Buttonify is an automated product collection tool for one-click product import"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buttonify‑DropShipping Product Importer

ดาวน์โหลดไฟล์ส่วนขยาย Buttonify‑DropShipping Product Importer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        为您的 Dropshipping 商店自动化产品导入和履行
Buttonify 有助于自动化您的托运业务。

Buttonify 是一款面向代发货企业主的免费应用程序。Chrome 扩展程序与 Web 应用程序一起工作,
其中有:
- 一键从各种aliexpress网站将产品导入您的 Shopify,shopline,shoplazza,woocommerce商店。
- 一键式订单履行
- 编辑产品,图片编辑,标题,描述翻译
- 批量导入多个产品,多个商店
- 批量编辑模式
- 自动更新供应商订单 ID 和跟踪号                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Buttonify‑DropShipping Product Importer Buttonify‑DropShipping Product Importer
ID oabfdiepngljhmkdepmclhmlggjeineg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/buttonify%E2%80%91dropshipping-pr/oabfdiepngljhmkdepmclhmlggjeineg
คำอธิบาย Buttonify is an automated product collection tool for one-click product import
ขนาดไฟล์ 441 KB
จำนวนการติดตั้ง 212
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2022-03-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://buttonify.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buttonify.net
URL หน้าช่วยเหลือ https://buttonify.net/agreement/privacyPolicy
URL หน้านโยบายความเป็นส่วนตัว https://buttonify.net/agreement/privacyPolicy
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Buttonify is an automated product collection tool for one-click product import",
    "version": "1.4.1",
    "minimum_chrome_version": "88.0.0.0",
    "name": "Buttonify\u2011DropShipping Product Importer",
    "options_ui": {
        "page": "popup.html"
    },
    "action": {
        "default_icon": {
            "16": "static\/img\/logo\/logo32x32.png",
            "32": "static\/img\/logo\/logo64x64.png",
            "128": "static\/img\/logo\/logo128x128.png",
            "512": "static\/img\/logo\/logo512x512.png"
        },
        "default_title": "Buttonify-Dropshipping Product Importer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.us\/*",
        "https:\/\/*.alibaba.com\/*",
        "https:\/\/*.1688.com\/*",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.dhgate.com\/*",
        "https:\/\/*.taobao.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "static\/img\/logo\/logo32x32.png",
        "48": "static\/img\/logo\/logo64x64.png",
        "128": "static\/img\/logo\/logo128x128.png",
        "512": "static\/img\/logo\/logo512x512.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.alibaba.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.dhgate.com\/*",
                "https:\/\/*.taobao.com\/*"
            ],
            "js": [
                "static\/js\/jquery.min.js",
                "content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/img\/logo\/logo128x128.png",
                "static\/img\/logo\/logo512x512.png",
                "static\/fonts\/element-icons.ttf",
                "static\/fonts\/element-icons.woff"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/app.buttonify.net",
    "devtools_page": "devtools.html"
}