AliHelper - shopping assistant

AliExpress ™ price history, best prices monitoring, package tracking, feedback, real seller rating.

AliHelper - shopping assistantคืออะไร?

AliHelper - shopping assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alihelper.net และคุณลักษณะหลักของมันคือ "AliExpress ™ price history, best prices monitoring, package tracking, feedback, real seller rating."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliHelper - shopping assistant

ดาวน์โหลดไฟล์ส่วนขยาย AliHelper - shopping assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The browser extension for AliExpress ™ that assists in purchasing high-quality items at low prices from reliable sellers.

– Seller Check
An objective and detailed seller rating: Check a store's reliability before making a purchase.

– 6-Month Price History
The price dynamics for products over the last six months: Compare how the cost has changed before and during sales.

– Product Price Tracking
AliHelper extension provides real-time monitoring and sends a notification as soon as the cost drops

– Promo Codes and Coupons
A list of valid discount coupons and active promo codes for today: Get the best offer during 11.11 sales, Black Friday, Cyber Monday, New Year's Eve and every day.

– Convenient Photo Reviews Viewing
Objective opinions: Browse real customer reviews with photos.

– Package Tracking
Track the delivery status of postal shipments using a tracking number: Don't worry about your order; always know where your package is.

– Find Similar Products
Discover similar items from other sellers at advantageous prices with free shipping.

By installing the extension, you accept the terms of the «User Agreement» and allow redirecting you to the links of the affiliate program. User agreement — https://alihelper.net/en/agreement. However, alihelper is compatible with popular cashback services (Letyshops, ePN Cashback, kopikot, skidka and others). Your cashback is saved.

AliHelper can synchronize data between computers. For example, at work and at home. To do this, simply create an account.

Send your questions and suggestions related to the service to [email protected]

For plugin’s functions to work and to be able to improve the project, we collect anonymous data about how you use the marketplace. More details in privacy — https://alihelper.net/en/policy.

We support the Chrome Web Store’s minimum rational use of extensions policy:

1. «http(s)://*/*»
    - Collection of information on prices and products on AE.
    - Supports compatibility with popular cashback services.
    - Search for lower cost alternatives for items that you are viewing on other online stores.
2. «Cookies»
    - Account authorization.
    - Automatic detection of language, currency and country of delivery.
3. «GCM»
    - Allows to receive messages from the server with information about product's cost drop and delivered package.
4. «Notifications»
    - Shows notifications with item cost drop and delivered package.
5. «Tabs» and «Web Navigation»
    - Correct functioning when opening multiple product pages.
6. «Storage»
    - Storing the tool settings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AliHelper - shopping assistant AliHelper - shopping assistant
ID ojclfkinnapkabameogjppmeedlicean
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alihelper-shopping-assist/ojclfkinnapkabameogjppmeedlicean
คำอธิบาย AliExpress ™ price history, best prices monitoring, package tracking, feedback, real seller rating.
ขนาดไฟล์ 11 MB
จำนวนการติดตั้ง 172,857
เวอร์ชันปัจจุบัน 2.28.6
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-06-29
คะแนน 4.13/5 รวมทั้งหมด 373 คะแนน
ผู้พัฒนา https://alihelper.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://alihelper.net
URL หน้าช่วยเหลือ https://alihelper.net
URL หน้านโยบายความเป็นส่วนตัว https://alihelper.net/policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "version": "2.28.6",
    "homepage_url": "https:\/\/alihelper.net",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "AliHelper",
        "default_icon": "16.png",
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.alihelper.net\/*"
            ],
            "js": [
                "js\/jquery.js",
                "site_button.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.tmall.ru\/*"
            ],
            "css": [
                "css\/icomoon.css",
                "css\/_fonts.min.css",
                "css\/magnific-popup.css",
                "css\/_main.min.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/jquery.magnific-popup.min.js",
                "content-script.js",
                "alihelper-app.js",
                "alihelper-popup.js",
                "alihelper-common.js"
            ]
        }
    ],
    "permissions": [
        "gcm",
        "notifications",
        "cookies",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "16.png",
                "48.png",
                "128.png"
            ],
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.ru\/*",
                "http:\/\/*.aliexpress.us\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/*"
            ]
        }
    ]
}