Aliexpress - With No Tax

Button to check your Aliexpress spending per each delivery address. Don't exceed your country customs duty-free limit

Τι είναι το Aliexpress - With No Tax;

Το Aliexpress - With No Tax είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nalognaaliexpress.by, και η κύρια λειτουργία του είναι "Button to check your Aliexpress spending per each delivery address. Don't exceed your country customs duty-free limit".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Aliexpress - With No Tax

Λήψη αρχείων επέκτασης Aliexpress - With No Tax σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The extension shows information about orders for each address, calculated by the formula:
Total amount = Sum of delivering orders + The amount of received orders for current month.
The total sum gives an idea of the orders that are taken into account or will be accounted by customs during this month. This amount should not exceed duty-free limit for your country.                    

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

Όνομα Aliexpress - With No Tax Aliexpress - With No Tax
ID nlfepjiclapakhicelckcnhnpmahhiee
Επίσημο URL https://chromewebstore.google.com/detail/aliexpress-with-no-tax/nlfepjiclapakhicelckcnhnpmahhiee
Περιγραφή Button to check your Aliexpress spending per each delivery address. Don't exceed your country customs duty-free limit
Μέγεθος Αρχείου 631 KB
Αριθμός Εγκαταστάσεων 564
Τρέχουσα Έκδοση 2.0.9
Τελευταία Ενημέρωση 2022-04-17
Ημερομηνία Δημοσίευσης 2020-05-04
Αξιολόγηση 3.80/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://nalognaaliexpress.by
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://ad.resourcefulman.net/Privacy-Policy.txt
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.9",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon_16.png",
        "20": "assets\/icon_20.png",
        "24": "assets\/icon_24.png",
        "30": "assets\/icon_30.png",
        "32": "assets\/icon_32.png",
        "42": "assets\/icon_42.png",
        "44": "assets\/icon_44.png",
        "48": "assets\/icon_48.png",
        "50": "assets\/icon_50.png",
        "54": "assets\/icon_54.png",
        "64": "assets\/icon_64.png",
        "120": "assets\/icon_120.png",
        "128": "assets\/icon_128.png",
        "150": "assets\/icon_150.png",
        "256": "assets\/icon_256.png",
        "512": "assets\/icon_512.png"
    },
    "author": "aliaksandr",
    "permissions": [
        "storage",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "options_page": "assets\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "assets\/scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "app.js",
        "styles.bundle.css",
        "assets\/jquery-3.2.1.min.js"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/background.js"
        ]
    }
}