Smarty.Sale Cash Back

Smarty.Sale Cash Back

¿Qué es Smarty.Sale Cash Back?

Smarty.Sale Cash Back es una extensión de Chrome desarrollada por https://smarty.sale, y su función principal es "Smarty.Sale Cash Back".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Smarty.Sale Cash Back

Descarga archivos de extensión Smarty.Sale Cash Back 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

                        With our service, you will never miss a pleasant payback up to 50% for your online purchases. You don't need to visit the website of a store for checking cashback availability, the service will let you know and notify in a friendly manner. In addition, you can activate cashbacks right from the Smarty.Sale service, which is quite convenient as well!
After installation of Smarty.Sale, an icon with our logo will appear at the top right. Click it to register and enter for cashback activation.                    

Información Básica de la Extensión

Nombre Smarty.Sale Cash Back Smarty.Sale Cash Back
ID jphoeefokmhkfljjhlpbndhikhjpencm
URL Oficial https://chromewebstore.google.com/detail/smartysale-cash-back/jphoeefokmhkfljjhlpbndhikhjpencm
Descripción Smarty.Sale Cash Back
Tamaño del Archivo 186 KB
Cantidad de Instalaciones 39,290
Versión Actual 3.0.96
Última Actualización 2020-05-05
Fecha de Publicación 2020-05-04
Calificación 3.67/5 Total de 72 Calificaciones
Desarrollador https://smarty.sale
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://smarty.sale/geo/plugin
URL de la Página de Ayuda https://smarty.sale/geo/help
URL de la Página de Política de Privacidad https://smarty.sale/geo/privacy_policy.html
Idiomas Soportados en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.0.96",
    "description": "Smarty.Sale Cash Back",
    "default_locale": "ru",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon19.png",
            "38": "img\/icons\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.png",
        "img\/*.svg",
        "js\/inject*.js",
        "css\/inject.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/*.gstatic.com; object-src 'self' https:\/\/*.google.com https:\/\/*.gstatic.com",
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "management",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "homepage_url": "https:\/\/smarty.sale"
}