Aliexpress: Search similar cheap products

Find Cheaper on Aliexpress

Aliexpress: Search similar cheap products란 무엇입니까?

Aliexpress: Search similar cheap products은(는) Infinity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Cheaper on Aliexpress"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Aliexpress: Search similar cheap products 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Aliexpress: Search similar cheap products
It is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price.

Just click on the Find simillar cheaper  button and you will instantly know if it’s cheaper elsewhere.
The extension for AliExpress finds similar products at a better price.
The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price.
You can also click on "Find more like this" and continue the search from results.
N.B:-By installing this Chrome extension you accept redirecting you to the links of the affiliate program AliExpress.
Enjoy! :)                    

확장 프로그램 기본 정보

이름 Aliexpress: Search similar cheap products Aliexpress: Search similar cheap products
ID nnimbegadieahkenpkmdlmadcbkbehao
공식 URL https://chromewebstore.google.com/detail/aliexpress-search-similar/nnimbegadieahkenpkmdlmadcbkbehao
설명 Find Cheaper on Aliexpress
파일 크기 712 KB
설치 횟수 609
현재 버전 3.2.7
최근 업데이트 2023-01-17
출시 날짜 2021-02-13
평점 4.00/5 총 8 개의 평점
개발자 Infinity
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/privacypolicyalicheaperfinder/home
도움말 페이지 URL https://sites.google.com/view/contactusinfinityit/home
개인정보 보호 정책 페이지 URL https://sites.google.com/view/privacypolicyalicheaperfinder/home
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress: Search similar cheap products",
    "description": "__MSG_extDescr__",
    "version": "3.2.7",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/ga.js",
            "js\/libs\/jquery-2.2.4.min.js",
            "js\/listeners.js",
            "js\/redirect.js",
            "js\/history.js",
            "js\/request.js",
            "js\/parser.js",
            "js\/bg.js"
        ]
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery-2.2.4.min.js",
                "js\/parser.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Aliexpress Detective|The Cheaper Finder"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ]
}