Profitario - AliExpress Invoice & Reports

Create an AliExpress invoice and analyse your expenses with powerful reports.

Τι είναι το Profitario - AliExpress Invoice & Reports;

Το Profitario - AliExpress Invoice & Reports είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://profitario.com, και η κύρια λειτουργία του είναι "Create an AliExpress invoice and analyse your expenses with powerful reports.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Profitario - AliExpress Invoice & Reports

Λήψη αρχείων επέκτασης Profitario - AliExpress Invoice & Reports σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Watch the How-To Video here: https://youtu.be/3cOBjiDxwoQ

With this extension, you can easily upload your orders to Profitario.com, where you can create AliExpress invoices and analyze your sales data to gain valuable insights into your business performance.

Profitario offers many more features for Dropshippers here is a list of the most important ones:
-   Automatically convert the currency of your orders
-   Create reports to monitor the status of your purchases
-   Automatic profit calculations for every order on shopify

After installing the extension:
1. Sign up on profitario.com
2. Go to the Integrations -> Extensions and then click on „Upload Orders“.
     - You might need to authenticate your Extension.
3. Click Start Export to start your first export. This will first save your order information and then send the data encrypted to our server.
4. Go back to app.profitario.com and navigate to Reports -> AliExpress -> Invoices to download you Invoices.                    

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

Όνομα Profitario - AliExpress Invoice & Reports Profitario - AliExpress Invoice & Reports
ID gohemgflodfhnlmbimcgefjnnmjmgnka
Επίσημο URL https://chromewebstore.google.com/detail/profitario-aliexpress-inv/gohemgflodfhnlmbimcgefjnnmjmgnka
Περιγραφή Create an AliExpress invoice and analyse your expenses with powerful reports.
Μέγεθος Αρχείου 198 KB
Αριθμός Εγκαταστάσεων 3,316
Τρέχουσα Έκδοση 0.4.3.6
Τελευταία Ενημέρωση 2023-07-26
Ημερομηνία Δημοσίευσης 2020-06-26
Αξιολόγηση 3.81/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://profitario.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://app.profitario.com/user/login
Διεύθυνση URL της Σελίδας Βοήθειας https://www.profitario.com/help-center
URL της Σελίδας Πολιτικής Απορρήτου https://www.profitario.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profitario - AliExpress Invoice & Reports",
    "short_name": "Profitario",
    "version": "0.4.3.6",
    "description": "Create an AliExpress invoice and analyse your expenses with powerful reports.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/order_list.htm*",
                "https:\/\/trade1.aliexpress.com\/orderList.htm*",
                "https:\/\/trade1.aliexpress.com\/order_list.htm*"
            ],
            "js": [
                "util\/jquery.js",
                "util\/toastr.min.js",
                "content\/ali_v2\/content_menu_bar.js",
                "content\/ali_v2\/content_order_list_redirect.js"
            ],
            "css": [
                "style.css",
                "util\/toastr.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.profitario.com\/*",
                "http:\/\/192.168.0.179:3001\/*"
            ],
            "js": [
                "util\/jquery.js",
                "content\/contentIntegration.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/trade.aliexpress.com\/order_detail.htm*",
                "https:\/\/trade1.aliexpress.com\/order_detail.htm*",
                "http:\/\/192.168.0.179\/Aliexpress\/*"
            ],
            "js": [
                "util\/jquery.js",
                "util\/toastr.min.js",
                "content\/ali_v2\/content_menu_bar.js",
                "content\/ali_v2\/content_order_details.js"
            ],
            "css": [
                "style.css",
                "util\/toastr.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.aliexpress.com\/p\/order\/index.htm*",
                "https:\/\/de.aliexpress.com\/p\/order\/index.htm*"
            ],
            "js": [
                "util\/jquery.js",
                "util\/toastr.min.js",
                "util\/moment.min.js",
                "content\/ali_v2\/content_menu_bar.js",
                "content\/ali_v2\/content_order_list.js"
            ],
            "css": [
                "style.css",
                "util\/toastr.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.aliexpress.com\/p\/order\/detail.htm*",
                "https:\/\/www.aliexpress.com\/p\/order\/detail.htm*"
            ],
            "js": [
                "util\/jquery.js",
                "util\/toastr.min.js",
                "content\/ali_v2\/content_menu_bar.js",
                "content\/ali_v2\/content_order_details.js"
            ],
            "css": [
                "style.css",
                "util\/toastr.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/track.aliexpress.com\/logisticsdetail.htm*"
            ],
            "js": [
                "util\/jquery.js",
                "util\/toastr.min.js",
                "content\/ali_v2\/content_tracking_details.js"
            ],
            "css": [
                "style.css",
                "util\/toastr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "256": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "util\/jquery.js",
            "util\/Scrapper.js",
            "util\/helpers\/storageHelper.js",
            "background\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.aliexpress.com\/*",
        "tabs"
    ]
}