Expressfy - Import Product Aliexpress Shopify

Expressfy is a paid app on Shopify platform. It allows you to find products on Aliexpress, add them to your Shopify store and sell…

Expressfy - Import Product Aliexpress Shopifyคืออะไร?

Expressfy - Import Product Aliexpress Shopify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://expressfy.com และคุณลักษณะหลักของมันคือ "Expressfy is a paid app on Shopify platform. It allows you to find products on Aliexpress, add them to your Shopify store and sell…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Expressfy - Import Product Aliexpress Shopify

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

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

                        Expressfy is a paid app on Shopify platform.
It allows you to find products on Aliexpress, add them to your Shopify store and sell them online.

The Chrome Extension works together with the web application.

The Main Features:

- Import products to your Shopify store directly from the Aliexpress
- Semi-automatic order fulfillment                    

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

ชื่อ Expressfy - Import Product Aliexpress Shopify Expressfy - Import Product Aliexpress Shopify
ID eckcohdilojamegecdpkdebokgobibmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/expressfy-import-product/eckcohdilojamegecdpkdebokgobibmg
คำอธิบาย Expressfy is a paid app on Shopify platform. It allows you to find products on Aliexpress, add them to your Shopify store and sell…
ขนาดไฟล์ 738 KB
จำนวนการติดตั้ง 4,545
เวอร์ชันปัจจุบัน 5.5.5
อัปเดตครั้งล่าสุด 2023-10-30
วันที่เผยแพร่ 2020-04-29
คะแนน 4.31/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา https://expressfy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://expressfy.com
URL หน้าช่วยเหลือ https://help.expressfy.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.expressfy.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Expressfy - Import Product Aliexpress Shopify",
    "version": "5.5.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/views\/custom-description.html",
                "icons\/icon30.png",
                "icons\/login.png",
                "icons\/order.png",
                "libs\/editor\/ui\/icons.svg",
                "icons\/tooltip.png",
                "icons\/btn.png",
                "icons\/loader.gif",
                "icons\/expressfy.png",
                "views\/gui.html",
                "views\/addresses.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.nl\/*",
                "https:\/\/app.expressfy.com\/dashboard\/sites\/index",
                "*:\/\/*.icashier.alipay.com\/*",
                "*:\/\/*.expressfy.com\/*",
                "http:\/\/localhost:8080\/*",
                "https:\/\/app.expressfy.com\/*",
                "https:\/\/expressfy.com\/*"
            ],
            "js": [
                "libs\/js\/jquery.js",
                "libs\/editor\/trumbowyg.js",
                "libs\/js\/expressify-handlebars.js",
                "libs\/js\/select2.js",
                "libs\/js\/multiple-select.js",
                "libs\/js\/change-price.js",
                "libs\/js\/content.js",
                "libs\/js\/gui.js",
                "libs\/js\/zoro.js",
                "libs\/js\/country.js",
                "libs\/js\/overrideProduct.js",
                "libs\/js\/jquery.dataTables.min.js",
                "libs\/js\/modal.js"
            ],
            "css": [
                "libs\/css\/select2.css",
                "libs\/css\/fix.css",
                "libs\/css\/gui.css",
                "libs\/css\/modal.css",
                "libs\/css\/datatables.min.css",
                "libs\/editor\/trumbowyg.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/app.expressfy.com\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/js\/jquery.js",
                "libs\/js\/custom-description-iframe.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "95",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "views\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox ": "script-src 'self'; object-src 'self'"
    }
}