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은(는) https://nalognaaliexpress.by에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Button to check your Aliexpress spending per each delivery address. Don't exceed your country customs duty-free limit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Aliexpress - With No Tax 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}