How Much Money Spent on AliExpress
This extension will calculate and show how much money has already been spent on aliexpress.com
Τι είναι το How Much Money Spent on AliExpress;
Το How Much Money Spent on AliExpress είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ivanf4355, και η κύρια λειτουργία του είναι "This extension will calculate and show how much money has already been spent on aliexpress.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης How Much Money Spent on AliExpress
Λήψη αρχείων επέκτασης How Much Money Spent on AliExpress σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will calculate and show how much money has already been spent on aliexpress.com. Is there a way to see how much you have spent on Aliexpress? There is. You need to download extensions for the Chrome browser. Shows the amount for all time. This little tool just might make you realize some things. "How Much Money Spent on AliExpress" is a plugin for the Chrome browser that displays the total amount of money spent on the AliExpress online shopping platform, as well as a breakdown of expenses by year. The plugin provides users with a convenient way to track their spending habits on AliExpress over time, enabling them to monitor their shopping activity and make informed decisions about future purchases. Update: сorrected the error with the calculation of the amount
Βασικές Πληροφορίες Επέκτασης
Όνομα | How Much Money Spent on AliExpress |
ID | mlkjdghljhligddnoomaieljhbdpmhia |
Επίσημο URL | https://chromewebstore.google.com/detail/how-much-money-spent-on-a/mlkjdghljhligddnoomaieljhbdpmhia |
Περιγραφή | This extension will calculate and show how much money has already been spent on aliexpress.com |
Μέγεθος Αρχείου | 426 KB |
Αριθμός Εγκαταστάσεων | 869 |
Τρέχουσα Έκδοση | 2.0.9 |
Τελευταία Ενημέρωση | 2023-08-21 |
Ημερομηνία Δημοσίευσης | 2022-02-09 |
Αξιολόγηση | 3.64/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | ivanf4355 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://alihms.foundtt.com/en/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://alihms.foundtt.com/en/ |
Υποστηριζόμενες Γλώσσες | de,en,tr,es,pl,ru,iw,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionTitle__", "description": "__MSG_extensionDescription__", "version": "2.0.9", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "author": "[email protected]", "homepage_url": "https:\/\/alihms.foundtt.com\/en\/", "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "default_locale": "en" } |