Ali Express

Scrapping content of Ali baba Express

Ali Express क्या है?

Ali Express Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrapping content of Ali baba Express"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ali Express एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}