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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}