Ali-Scout

Find your ideal product!

Ali-Scout란 무엇입니까?

Ali-Scout은(는) https://ali-scout.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find your ideal product!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ali-Scout was created by online sellers for themselves, to automate the business model of buying and selling from Alibaba

Chrome Extension analysis of Alibaba suppliers and products

Ali-Scout enhances the quality of information and improves your chance of success and profitability                    

확장 프로그램 기본 정보

이름 Ali-Scout Ali-Scout
ID aeemhjkolnngmpmdlbdgimnohhhhdkbh
공식 URL https://chromewebstore.google.com/detail/ali-scout/aeemhjkolnngmpmdlbdgimnohhhhdkbh
설명 Find your ideal product!
파일 크기 203 KB
설치 횟수 69
현재 버전 0.16
최근 업데이트 2019-07-12
출시 날짜 2019-07-12
개발자 https://ali-scout.com
결제 유형 free
확장 프로그램 웹 사이트 https://ali-scout.com/
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/ali-scout.com",
    "default_locale": "en",
    "version": "0.16",
    "manifest_version": 2,
    "permissions": [
        "cookies",
        "activeTab",
        "declarativeContent",
        "https:\/\/*.alibaba.com\/",
        "http:\/\/*.alibaba.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon128.png",
        "default_title": "AliScout"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "font-awesome.js",
                "content-script.js",
                "chunk-vendors.js",
                "app.js"
            ],
            "css": [
                "bundle.css",
                "style.css",
                "on-page-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icon128.png",
        "icon128-white.png"
    ]
}