AliExpress & eBay | Best price

With this plugin, You can compare prices for similar products on the details page.

AliExpress & eBay | Best price란 무엇입니까?

AliExpress & eBay | Best price은(는) Wuhenlove에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With this plugin, You can compare prices for similar products on the details page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AliExpress & eBay | Best price 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AliExpress & eBay |  Best price is a Comparison of prices Chrome extension.With this plugin, You can compare prices for similar products on the details page.

Are you still worried about the high price of goods?It can help you find the best value for money in the same category.All you have to do is install the AliExpress & eBay |  Best price quickly.

*No bloat, no ads, no unnecessary permissions, Just click the button.*

If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

Support the details pages of the following websites

1.https://www.aliexpress.com/
2.https://www.ebay.com/                    

확장 프로그램 기본 정보

이름 AliExpress & eBay | Best price AliExpress & eBay | Best price
ID dkoidcgcbmejimkbmgjimpdgkgilnncj
공식 URL https://chromewebstore.google.com/detail/aliexpress-ebay-best-pric/dkoidcgcbmejimkbmgjimpdgkgilnncj
설명 With this plugin, You can compare prices for similar products on the details page.
파일 크기 362 KB
설치 횟수 440
현재 버전 1.0.1
최근 업데이트 2023-03-25
출시 날짜 2022-12-17
평점 4.60/5 총 5 개의 평점
개발자 Wuhenlove
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://findniche.com/privacy
지원되는 언어 en,lt,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "AliExpress & eBay |  Best price",
    "description": "With this plugin, You can compare prices for similar products on the details page.",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [],
    "icons": {
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon64.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}