Dropified

Dropified app helps you automate your drop shipping business.

Dropifiedคืออะไร?

Dropified เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thewealthnetwork และคุณลักษณะหลักของมันคือ "Dropified app helps you automate your drop shipping business."

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

screenshot

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

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

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

                        Dropified app helps you automate your drop shipping business.

Find items from 3rd party sites to sell on your Shopify store in a matter of seconds. The chrome extension works well with the paid web application and does the following:

- One Click Importing of Products to your Shopify store from AliExpress, AliBaba, eBay, Walmart, Amazon and many many more…
- One Click Order Fulfillment of AliExpress Orders
- Product Price Change and Availability Alerts
- Image Editors that work right on your Shopify store
- Automatic Updating of Tracking

and much much more...                    

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

ชื่อ Dropified Dropified
ID andfkdmajakgfaegeepffdpejahkphje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dropified/andfkdmajakgfaegeepffdpejahkphje
คำอธิบาย Dropified app helps you automate your drop shipping business.
ขนาดไฟล์ 59.65 KB
จำนวนการติดตั้ง 1,163
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-03-17
วันที่เผยแพร่ 2017-03-17
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา thewealthnetwork
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://thewealthnetwork.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dropified",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Dropified app helps you automate your drop shipping business.",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo128.png",
        "default_title": "browser action demo"
    },
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "http:\/\/*.aliexpress.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/contentscript.js"
            ]
        }
    ]
}