AliExpress & eBay | Best price

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

¿Qué es AliExpress & eBay | Best price?

AliExpress & eBay | Best price es una extensión de Chrome desarrollada por Wuhenlove, y su función principal es "With this plugin, You can compare prices for similar products on the details page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AliExpress & eBay | Best price

Descarga archivos de extensión AliExpress & eBay | Best price en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre AliExpress & eBay | Best price AliExpress & eBay | Best price
ID dkoidcgcbmejimkbmgjimpdgkgilnncj
URL Oficial https://chromewebstore.google.com/detail/aliexpress-ebay-best-pric/dkoidcgcbmejimkbmgjimpdgkgilnncj
Descripción With this plugin, You can compare prices for similar products on the details page.
Tamaño del Archivo 362 KB
Cantidad de Instalaciones 440
Versión Actual 1.0.1
Última Actualización 2023-03-25
Fecha de Publicación 2022-12-17
Calificación 4.60/5 Total de 5 Calificaciones
Desarrollador Wuhenlove
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://findniche.com/privacy
Idiomas Soportados 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'"
    }
}