Shine Commerce

Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.

¿Qué es Shine Commerce?

Shine Commerce es una extensión de Chrome desarrollada por https://shinecommerce.com, y su función principal es "Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shine Commerce

Descarga archivos de extensión Shine Commerce 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

                        Shine Commerce uncovers the hidden gems of any e-commerce store you visit. Stay ahead of the competition with unparalleled insights about product and industry trends.

The Shine Commerce Chrome Extension (formally known as Commerce Inspector) will “light up” when it detects a Shine compatible store. Click on the icon to reveal sales, product, traffic, and competitor insights as you browse.

Key Features:
- Reveal shop and product level revenue and units sold, by date.
- Analyze revenue trends over time, identifying growth opportunities and areas for improvement
- Access shop ad campaigns, including recently launched and ongoing Facebook ads, for inspiration in your ad campaigns
- Discover related shops to expand your network and learn from their strategies
- Follow shops to stay updated on their activities, launches, and promotions
- Delve into product insights, including recently launched products, sales velocity, and pricing details

For more information, visit https://www.shinecommerce.com/

Privacy Policy: https://www.shinecommerce.com/privacy
Terms of Service: https://www.shinecommerce.com/terms                    

Información Básica de la Extensión

Nombre Shine Commerce Shine Commerce
ID kefmekfmfacbdefimlancoccpocmgmpb
URL Oficial https://chromewebstore.google.com/detail/shine-commerce/kefmekfmfacbdefimlancoccpocmgmpb
Descripción Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.
Tamaño del Archivo 120 KB
Cantidad de Instalaciones 222,382
Versión Actual 2.2.1
Última Actualización 2023-10-04
Fecha de Publicación 2020-03-08
Calificación 2.69/5 Total de 200 Calificaciones
Desarrollador https://shinecommerce.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.shinecommerce.com/?utm_source=chrome_web_store&utm_medium=chrome&utm_campaign=chrome_listing
URL de la Página de Ayuda https://help.shinecommerce.com/
URL de la Página de Política de Privacidad https://shinecommerce.com/policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shine Commerce",
    "description": "Access vital data about almost any online store, including overall store sales, SKU details, new product launches, ads, and more.",
    "version": "2.2.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16_inactive.png",
            "32": "\/images\/icon32_inactive.png",
            "48": "\/images\/icon48_inactive.png",
            "128": "\/images\/icon128_inactive.png"
        }
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/content_request.js"
            ],
            "css": [
                "styles\/extension.css"
            ]
        }
    ],
    "incognito": "not_allowed",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.shinecommerce.com\/*",
            "*:\/\/*.shinecommerce.dev\/*",
            "https:\/\/local.shinecommerce.dev:8443\/*"
        ],
        "accepts_tls_channel_id": true
    }
}