Ali-Scout

Find your ideal product!

Was ist Ali-Scout?

Ali-Scout ist eine Chrome-Erweiterung, die von https://ali-scout.com entwickelt wurde, und ihr Hauptmerkmal ist "Find your ideal product!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ali-Scout-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ali-Scout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ali-Scout Ali-Scout
ID aeemhjkolnngmpmdlbdgimnohhhhdkbh
Offizielle URL https://chromewebstore.google.com/detail/ali-scout/aeemhjkolnngmpmdlbdgimnohhhhdkbh
Beschreibung Find your ideal product!
Dateigröße 203 KB
Installationsanzahl 69
Aktuelle Version 0.16
Letztes Update 2019-07-12
Veröffentlichungsdatum 2019-07-12
Entwickler https://ali-scout.com
Zahlungsart free
Erweiterungswebsite https://ali-scout.com/
Unterstützte Sprachen 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"
    ]
}