Shopee WeAnaly Tool

Shopee WeAnaly Tool is an easy-to-use analytical tool which provides sellers an in-depth analysis of interested products.

Τι είναι το Shopee WeAnaly Tool;

Το Shopee WeAnaly Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον www.shopsbu.com, και η κύρια λειτουργία του είναι "Shopee WeAnaly Tool is an easy-to-use analytical tool which provides sellers an in-depth analysis of interested products.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Shopee WeAnaly Tool

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

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

                        Shopee We Analy tool: a very easy-to-use data analysis tool to help sellers efficiently select and analyze products.
1. Easy to use: Refresh manually (press F5) on any page of shopee to see product related data;
2. The First part:The main data includes the following:
①Date of product Creation;
②Historical sales;
③Historical soaring index;
④Sold/Month;
⑤Sales/Month;
⑥Soaring Index/Month.
3.The second part: Smart recommended product data (Usage method: on the product details page, click on the Bei analysis logo icon in the upper right corner of the browser to see)
①Intelligently recommend the same type of products: easy to sell or find and sell products;
②The soaring index of the similar product in the past 30 days;
③ Sales of the similar product in the past 30 days;
④The similar product for the past 30 days;
⑤ The number of days that the similar product has been on the shelf;
⑥ The latest bid for the similar product:
Conversion index of the similar product: assist in judging the prediction of conversion ratio and expenditure exceeding ratio.                    

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

Όνομα Shopee WeAnaly Tool Shopee WeAnaly Tool
ID gnlbjdeoinlgamnebfoeohblhcimkdcg
Επίσημο URL https://chromewebstore.google.com/detail/shopee-weanaly-tool/gnlbjdeoinlgamnebfoeohblhcimkdcg
Περιγραφή Shopee WeAnaly Tool is an easy-to-use analytical tool which provides sellers an in-depth analysis of interested products.
Μέγεθος Αρχείου 670 KB
Αριθμός Εγκαταστάσεων 345
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2020-12-09
Ημερομηνία Δημοσίευσης 2020-07-08
Προγραμματιστής www.shopsbu.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://erp.shopsbu.com/privacystatement
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopee WeAnaly Tool",
    "description": "Shopee WeAnaly Tool is an easy-to-use analytical tool which provides sellers an in-depth analysis of interested products.",
    "version": "1.1.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_16.png",
        "default_title": "Shopee WeAnaly",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.weanaly.com\/*"
    ],
    "web_accessible_resources": [
        "image\/article.png",
        "icons\/icon_48.png"
    ],
    "content_scripts": [
        {
            "js": [
                "content_scripts\/content-script.js"
            ],
            "css": [
                "content_scripts\/content-script.css"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/shopee.co.id\/*",
                "https:\/\/id.xiapibuy.com\/*",
                "https:\/\/shopee.com.my\/*",
                "https:\/\/my.xiapibuy.com\/*",
                "https:\/\/shopee.co.th\/*",
                "https:\/\/th.xiapibuy.com\/*",
                "https:\/\/ph.xiapibuy.com\/*",
                "https:\/\/shopee.ph\/*",
                "https:\/\/sg.xiapibuy.com\/*",
                "https:\/\/shopee.sg\/*",
                "https:\/\/vn.xiapibuy.com\/*",
                "https:\/\/shopee.vn\/*",
                "https:\/\/xiapi.xiapibuy.com\/*",
                "https:\/\/shopee.tw\/*",
                "http:\/\/www.shopee.tw\/*",
                "https:\/\/shopee.com.br\/*",
                "https:\/\/br.xiapibuy.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}