UPC Almost Real Time Pricer

Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page

¿Qué es UPC Almost Real Time Pricer?

UPC Almost Real Time Pricer es una extensión de Chrome desarrollada por rtpricer, y su función principal es "Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión UPC Almost Real Time Pricer

Descarga archivos de extensión UPC Almost Real Time Pricer 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

                        Get Almost Real Time(less than 6 hours) Price Compare from leading online retailers for every UPC/EAN on any web page. this extension Will automatically detect UPC/EAN anywhere on a product page or an email or a search page. Each UPC/EAN item is displayed as a blue bold link as in Wikipedia And when you hover over it - it will pop up a window(TOOLTIP) of price and reviews information. you can click the link and open a new web page with all the information on the site: rtpricer.com. by collecting product information, including pricing, from participating retailers and then displaying that collective information on a single results window/page shoppers can compare prices, shipping options, and service from multiple retailers on a single window/page and choose the merchant that offers the best overall value. DO NOT SHOP E-COMMERCE WITHOUT THIS TOOL! IT WILL SAVE YOU A LOT OF MONEY ON EXACTLY THE PRODUCT YOU ARE LOOKING FOR!                    

Información Básica de la Extensión

Nombre UPC Almost Real Time Pricer UPC Almost Real Time Pricer
ID pkegapagjeenhnhkdmnbkdinffimjmop
URL Oficial https://chrome.google.com/webstore/detail/upc-almost-real-time-pric/pkegapagjeenhnhkdmnbkdinffimjmop
Descripción Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page
Tamaño del Archivo 1013 KB
Cantidad de Instalaciones 108
Versión Actual 0.9
Última Actualización 2018-05-06
Fecha de Publicación 2018-05-06
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador rtpricer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.rtpricer.com
URL de la Página de Ayuda https://www.rtpricer.com/contact
Idiomas Soportados en-US
manifest.json
{
    "background": {
        "scripts": [
            "thirdParty\/jquery.min.js",
            "consts.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "thirdParty\/jquery.min.js",
                "thirdParty\/jquery.upcfilter.js",
                "thirdParty\/tippy.all.min.js",
                "consts.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon32.png"
        },
        "default_title": "RT Pricer"
    },
    "description": "Get Almost Real Time Price Compare from leading online retailers for every UPC on any web page",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png"
    },
    "manifest_version": 2,
    "name": "UPC Almost Real Time Pricer",
    "short_name": "RT Pricer",
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "web_accessible_resources": [
        "reload.png",
        "thirdParty\/reWords.json",
        "frame.html",
        "frame.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/127.0.0.1:8000 https:\/\/www.rtpricer.com ; object-src 'self'; frame-src 'self' https:\/\/127.0.0.1:8000 https:\/\/127.0.0.1:7000  https:\/\/www.rtpricer.com  https:\/\/dev.rtpricer.com  https:\/\/tst.rtpricer.com; ",
    "externally_connectable": {
        "matches": [
            "*:\/\/127.0.0.1\/*",
            "https:\/\/*.amazonaws.com\/*",
            "*:\/\/*.rtpricer.com\/*"
        ]
    }
}