Ali INfo - AliExpress Product Research Tool

Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.

Τι είναι το Ali INfo - AliExpress Product Research Tool;

Το Ali INfo - AliExpress Product Research Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Guardsman Tools, και η κύρια λειτουργία του είναι "Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ali INfo - AliExpress Product Research Tool

Λήψη αρχείων επέκτασης Ali INfo - AliExpress Product Research Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Free dropshipping and shopping AliExpress tool. Sales Trends Quick View on the List Page.

Your ability to efficiently find products can be increased by at least 200% with this Chrome AliExpress addon. Similar products with better sales or lower prices will be displayed right away. And mention which Shopify rivals are selling this item.


When shopping for profitable products on AliExpress, it will make determining product values simpler. On the list page, you can see the products' past sales and prices as well as the nations where they are doing well.

MAIN FEATURES:

(1) AliExpress SELLING PRODUCT RESEARCH

-Use the AliExpress picture search to find comparable products that are less expensive or sell more well.
-Check out the products that Shopify's rivals are dropshipping.
-Show the best-selling items from trusted AliExpress merchants.
-Quick view of AliExpress monitoring, including price tracking, wishlists, and orders.
-Examine the reviews on AliExpress to see which nations the products sell best in.
-Show the AliExpress delivery duration and price for products with various logistical choices.

(2)  QUICK VIEW
 
Make product research simple and effective by extending the product order trend on the product list page.

(3) RECOMMEND THE WINNING PRODUCTS

don't know what to sell? On the home page, category pages, and each search page, Ali INfo suggests Dropshipping products from AliExpress and hot trends from AliExpress.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ali INfo - AliExpress Product Research Tool Ali INfo - AliExpress Product Research Tool
ID ebjappcckbhmnpfjglfmbcjobjhhaogo
Επίσημο URL https://chromewebstore.google.com/detail/ali-info-aliexpress-produ/ebjappcckbhmnpfjglfmbcjobjhhaogo
Περιγραφή Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.
Μέγεθος Αρχείου 900 KB
Αριθμός Εγκαταστάσεων 189
Τρέχουσα Έκδοση 3.4.0
Τελευταία Ενημέρωση 2022-11-14
Ημερομηνία Δημοσίευσης 2021-05-23
Προγραμματιστής Guardsman Tools
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1d09NeFYTxysivWkx6cvOGd-yP3BhQOGaN_hH0jJ_930
Υποστηριζόμενες Γλώσσες en,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.4.0",
    "name": "Ali INfo - AliExpress Product Research Tool",
    "description": "Free AliExpress tool for Dropshipping and Shopping. Quickly Research Sales Trends on AliExpress.",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "img\/hunterplus-128x128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "img\/hunterplus-grey-128x128-logo.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}