Aliexpress SuperStar, price history

Aliexpress Superstar - The Best Advisor for Shopping in China

Apa itu Aliexpress SuperStar, price history?

Aliexpress SuperStar, price history adalah ekstensi Chrome yang dikembangkan oleh Aliexpress SuperStar, dan fitur utamanya adalah "Aliexpress Superstar - The Best Advisor for Shopping in China".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Aliexpress SuperStar, price history

Unduh file ekstensi Aliexpress SuperStar, price history dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Aliexpress™ Superstar is an amazing browser extension, which will help you to save money and protect your purchase when shopping on Aliexpress™.

This unique tool has a lot of great features. Here are some of them:

1. Tracking price history on Aliexpress™ 
2. Convert prices to 160 world currencies
3. Find same products from other sellers for better price
4. Seller rating analysis will tell you, if it is safe to buy the product
5. By using right click, you can find any product on Aliexpress™ by image search.
6. Purchase protection period - our tool will notify you always, when protection period is expiring
7. Easy tracking orders by one click
8. Filtering products by Aliexpress™ Standard and Saver Shipping
9. Switching Aliexpress™ to any language by automatic translation


Any features of this tool can be turn on & off in settings. Just choose, which features you want to use.

You can switch any currency & 15 language of this extension. 

If you would like to add any new feature to this plugin, any new currency, any new language, please contact us on  [email protected] . We will add it for you.

In link below, you will find article, about how to use our plugin:
https://www.alimaniac.com/aliexpress-articles/39-history-and-price-comparator-on-aliexpress/

How to install extension to  Mozilla:
https://www.alimaniac.com/how-to-shop-on-aliexpress/41-mozilla-firefox-how-to-add-aliexpress-superstar/

How to install extension to  Opera:
https://www.alimaniac.com/how-to-shop-on-aliexpress/40-opera-browser-how-to-add-aliexpress-superstar/

***

Our extension uses the Google Analytics service to collect statistics on the use of the extension.

We use minumum permissons needed. Here is what for do we use them.

1. http(s)://*/*
For collecting prices and another information from Aliexpress™ website. We dont collect any sensitive information.
We use this permission for search by image function, so you are able to search product on Aliexpress™ and other websites as well.

2. Storage
This permission is for storing the extension settings.
We use this permission to store user data as objects and it is also necessary to image search function.

3. ContextMenus
- Search product by image from the context menu.


*Ali, Ali Express and AliExpress is trademark of Alibaba Group Holding. Use of this trademark is subject to AliExpress Affiliate Program Service Agreement.

We would like to inform you that by continuing to use this AliSuperstar extension, you are agreeing to the conversion of URL links on the AliExpress website into affiliate links. This enables us to earn a small commission for future maintenance and development of the extension, with no extra cost to you. If you do not agree to have your URL links exchanged for affiliate links, we kindly request that you stop using the AliSuperstar extension. If you choose to continue using the AliSuperstar extension, it will be understood that you accept the conversion of URL links into affiliate links on the AliExpress website.                    

Informasi Dasar Ekstensi

Nama Aliexpress SuperStar, price history Aliexpress SuperStar, price history
ID mceplokdebjaneacdmhgacicphdkenab
URL Resmi https://chromewebstore.google.com/detail/aliexpress-superstar-pric/mceplokdebjaneacdmhgacicphdkenab
Deskripsi Aliexpress Superstar - The Best Advisor for Shopping in China
Ukuran File 556 KB
Jumlah Instalasi 5,237
Versi Saat Ini 3.4.9.91
Terakhir Diperbarui 2023-11-08
Tanggal Publikasi 2021-01-11
Penilaian 3.64/5 Total 11 Penilaian
Pengembang Aliexpress SuperStar
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.alisuperstar.com/personal-data-protection-policy
Bahasa yang Didukung de,en,fr,nl,tr,es,hu,pl,pt-BR,ro,sk,cs,bg,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/images\/icons\/128.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/stylesheets\/inject.css"
            ],
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "vendor\/moment\/moment.min.js",
                "vendor\/chart\/chart.min.js",
                "lib\/namespace.js",
                "lib\/factories\/frame.js",
                "lib\/modules\/protection_time.js",
                "lib\/modules\/seller_rating.js",
                "lib\/modules\/price_detector.js",
                "lib\/modules\/element_manipulator.js",
                "lib\/injectors\/seller_rating.js",
                "lib\/injectors\/currency.js",
                "lib\/injectors\/price_chart.js",
                "lib\/injectors\/similars.js",
                "lib\/parsers\/aliexpress_shipping.js",
                "lib\/parsers\/inject_info.js",
                "lib\/parsers\/product_detail.js",
                "lib\/parsers\/products.js",
                "lib\/parsers\/category.js",
                "lib\/parsers\/wishlist.js",
                "lib\/parsers\/orders.js",
                "lib\/parsers\/price_convert.js",
                "lib\/parsers\/protection_time.js",
                "lib\/parsers\/shopping_cart.js",
                "lib\/parsers\/searchbar.js",
                "lib\/parsers\/web_translator.js",
                "lib\/token.js",
                "lib\/api.js",
                "lib\/i18n.js",
                "lib\/settings.js",
                "lib\/parsing.js",
                "lib\/utils.js",
                "lib\/config_downloader.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        },
        {
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "vendor\/dompurify\/purify.min.js",
                "config.js",
                "lib\/namespace.js",
                "ad.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        },
        {
            "css": [
                "assets\/stylesheets\/image_search.css"
            ],
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "lib\/namespace.js",
                "lib\/modules\/affil.js",
                "lib\/modules\/image_search_modal.js",
                "lib\/i18n.js",
                "lib\/settings.js",
                "lib\/token.js",
                "image_search.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/cs\/messages.json",
                "_locales\/en\/messages.json",
                "_locales\/sk\/messages.json",
                "_locales\/pl\/messages.json",
                "_locales\/pt_BR\/messages.json",
                "_locales\/ru\/messages.json",
                "_locales\/hu\/messages.json",
                "_locales\/fr\/messages.json",
                "_locales\/es\/messages.json",
                "_locales\/de\/messages.json",
                "_locales\/bg\/messages.json",
                "_locales\/ro\/messages.json",
                "_locales\/nl\/messages.json",
                "_locales\/tr\/messages.json",
                "_locales\/uk\/messages.json",
                "assets\/images\/*",
                "assets\/js\/*",
                "assets\/stylesheets\/*",
                "vendor\/jquery\/jquery.min.js",
                "lib\/parsers\/protection_time_embed.js",
                "lib\/parsers\/web_translator_embed.js",
                "assets\/js\/google_translate_loader.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.alisuperstar.com",
    "icons": {
        "128": "assets\/images\/icons\/128.png",
        "16": "assets\/images\/icons\/16.png",
        "48": "assets\/images\/icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "3.4.9.91"
}