AT Dropshipping

Dropshipping for Prestashop

AT Dropshippingคืออะไร?

AT Dropshipping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย attechteams และคุณลักษณะหลักของมันคือ "Dropshipping for Prestashop"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AT Dropshipping

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

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

                        AT Dropshipping, AliExpress Dropshipping Solution, the new standard to process hundreds of orders at once, faster than ever before and find new products & suppliers to sell always more, with better profits! With AT, you can find cheaper suppliers, import products, find better and more reliable suppliers, automate some time-consuming tasks and more!                    

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

ชื่อ AT Dropshipping AT Dropshipping
ID kioikpkggemhbamjddfgnofomgkeoebi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/at-dropshipping/kioikpkggemhbamjddfgnofomgkeoebi
คำอธิบาย Dropshipping for Prestashop
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2023-01-04
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา attechteams
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://attechteam.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AT Dropshipping",
    "version": "1.1.0",
    "description": "Dropshipping for Prestashop",
    "manifest_version": 3,
    "author": "AT Tech",
    "action": {
        "default_title": "Aliexpress.com Product Importer",
        "default_icon": {
            "16": "assets\/images\/icons\/logo16.png",
            "32": "assets\/images\/icons\/logo32.png",
            "48": "assets\/images\/icons\/logo48.png",
            "128": "assets\/images\/icons\/logo128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.aliexpress.com\/*",
            "*:\/\/*.aliexpress.us\/*"
        ]
    },
    "icons": {
        "16": "assets\/images\/icons\/logo16.png",
        "32": "assets\/images\/icons\/logo32.png",
        "48": "assets\/images\/icons\/logo48.png",
        "128": "assets\/images\/icons\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/scripts\/aliexpress.js",
                "assets\/js\/scripts\/ap.js",
                "assets\/js\/scripts\/web_listener.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "css": [
                "assets\/css\/ap.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery-3.6.1.min.js",
                "assets\/js\/scripts\/cart.js"
            ],
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/shopcart\/shopcartDetail.htm*",
                "https:\/\/shoppingcart.aliexpress.ru\/shopcart\/shopcartDetail.htm*",
                "http:\/\/shoppingcart.aliexpress.com\/shopcart\/shopcartDetail.htm*",
                "http:\/\/shoppingcart.aliexpress.ru\/shopcart\/shopcartDetail.htm*",
                "https:\/\/www.aliexpress.com\/p\/shoppingcart*",
                "https:\/\/www.aliexpress.ru\/p\/shoppingcart*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/ap.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery-3.6.1.min.js",
                "assets\/js\/scripts\/checkout.js"
            ],
            "matches": [
                "https:\/\/www.aliexpress.com\/p\/trade\/confirm.html*",
                "https:\/\/www.aliexpress.ru\/p\/trade\/confirm.html*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/ap.css",
                "assets\/css\/category.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery-3.6.1.min.js",
                "assets\/js\/scripts\/category.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/store*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*",
                "https:\/\/sale.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/af\/*",
                "https:\/\/*.aliexpress.ru\/w\/*",
                "https:\/\/*.aliexpress.ru\/category\/*",
                "https:\/\/*.aliexpress.ru\/store*",
                "https:\/\/*.aliexpress.ru\/wholesale*",
                "https:\/\/*.aliexpress.ru\/premium*",
                "https:\/\/sale.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/w\/*",
                "http:\/\/*.aliexpress.com\/af\/*",
                "http:\/\/*.aliexpress.com\/w\/*",
                "http:\/\/*.aliexpress.com\/category\/*",
                "http:\/\/*.aliexpress.com\/store*",
                "http:\/\/*.aliexpress.com\/wholesale*",
                "http:\/\/*.aliexpress.com\/premium*",
                "http:\/\/sale.aliexpress.com\/*",
                "http:\/\/*.aliexpress.ru\/af\/*",
                "http:\/\/*.aliexpress.ru\/w\/*",
                "http:\/\/*.aliexpress.ru\/category\/*",
                "http:\/\/*.aliexpress.ru\/store*",
                "http:\/\/*.aliexpress.ru\/wholesale*",
                "http:\/\/*.aliexpress.ru\/premium*",
                "http:\/\/sale.aliexpress.ru\/*",
                "http:\/\/*.aliexpress.us\/w\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/ap.css",
                "assets\/css\/product.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery-3.6.1.min.js",
                "assets\/js\/scripts\/product.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "http:\/\/*.aliexpress.com\/item\/*",
                "http:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.ru\/item\/*",
                "https:\/\/*.aliexpress.ru\/store\/product\/*",
                "http:\/\/*.aliexpress.ru\/item\/*",
                "http:\/\/*.aliexpress.ru\/store\/product\/*",
                "http:\/\/*.aliexpress.us\/store\/product\/*",
                "http:\/\/*.aliexpress.us\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "http:\/\/*.aliexpress.us\/item\/product\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/js\/scripts\/pay_online_result.js"
            ],
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/order\/pay_online_result.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/payResult.htm*",
                "https:\/\/shoppingcart.aliexpress.ru\/order\/pay_online_result.htm*",
                "https:\/\/shoppingcart.aliexpress.ru\/order\/payResult.htm*",
                "https:\/\/*.aliexpress.com\/p\/second-payment\/pay-result.html*",
                "http:\/\/shoppingcart.aliexpress.com\/order\/pay_online_result.htm*",
                "http:\/\/shoppingcart.aliexpress.com\/order\/payResult.htm*",
                "http:\/\/shoppingcart.aliexpress.ru\/order\/pay_online_result.htm*",
                "http:\/\/shoppingcart.aliexpress.ru\/order\/payResult.htm*",
                "http:\/\/*.aliexpress.com\/p\/second-payment\/pay-result.html*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/ap.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery-3.6.1.min.js",
                "assets\/js\/scripts\/order_list.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/p\/order\/index.htm*",
                "https:\/\/*.aliexpress.ru\/p\/order\/index.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/ap.css"
            ],
            "js": [
                "assets\/js\/libs\/jquery-3.6.1.min.js",
                "assets\/js\/scripts\/tracking_order.js"
            ],
            "matches": [
                "https:\/\/track.aliexpress.com\/logisticsdetail.htm*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeContent",
        "activeTab"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "aliexpress",
                "enabled": true,
                "path": "aliexpress.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.ru\/*",
        "http:\/\/*.aliexpress.com\/*",
        "http:\/\/*.aliexpress.ru\/*",
        "http:\/\/*.aliexpress.us\/*",
        "https:\/\/*.aliexpress.us\/*",
        "https:\/\/*.alibaba.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/logo.png",
                "assets\/images\/btn_import.png",
                "assets\/images\/error.png",
                "assets\/images\/ok.png",
                "assets\/images\/logo.png",
                "assets\/images\/time.png",
                "assets\/js\/scripts\/product.js",
                "assets\/js\/scripts\/ap.js",
                "assets\/js\/libs\/jquery-3.6.1.min.js",
                "assets\/css\/libs\/toastr.min.css",
                "assets\/js\/libs\/toastr.min.js",
                "assets\/js\/scripts\/checkout.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "http:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.ru\/*",
                "http:\/\/*.aliexpress.us\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.alibaba.com\/*"
            ]
        }
    ]
}