Ali Express

Scrapping content of Ali baba Express

Ali Express란 무엇입니까?

Ali Express은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrapping content of Ali baba Express"입니다.

확장 프로그램 스크린샷

screenshot

Ali Express 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}