Ali Express

Scrapping content of Ali baba Express

Ali Expressคืออะไร?

Ali Express เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Scrapping content of Ali baba Express"

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

screenshot

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

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

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

                        Ali Expression Extension:

This extension is developed for scrapping the contents of products or items for sepecific categories from Ali Express online store.

How it Works?

-> Just go to the https://aliexpress.com and choose a category of products you want to grab .
-> And click on the icon of extension and click button "Start Scrapping". It will start scrapping content of page.
-> Finally it will export all the grabbed content into an Excel file on your computer.

Pre-Requisites?

Ali Express package which should be download and install on your machine before chrome extension is installed.                    

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

ชื่อ Ali Express Ali Express
ID klhjbmmmpjmkceakjcihegpakepffmdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj
คำอธิบาย Scrapping content of Ali baba Express
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 429
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2019-01-28
วันที่เผยแพร่ 2019-01-27
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ali Express",
    "description": "Scrapping content of Ali baba Express",
    "version": "0.0.0.1",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/aliexpress.png",
        "default_title": "Scrapping Content:",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}