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은(는) ivanf4355에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will calculate and show how much money has already been spent on aliexpress.com"입니다.
확장 프로그램 스크린샷
How Much Money Spent on AliExpress 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |