Coinsup.com - new tasks notification module

CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!

¿Qué es Coinsup.com - new tasks notification module?

Coinsup.com - new tasks notification module es una extensión de Chrome desarrollada por http://coinsup.com, y su función principal es "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".

Descargar Archivo CRX de la Extensión Coinsup.com - new tasks notification module

Descarga archivos de extensión Coinsup.com - new tasks notification module 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

                        This browser extenstion is used for notification about new offers and tasks suitable to user who installed it. To start using is, please press the screen button. After installaion the icon with letters "UP" will appear in top right corner of the browser. This icon will contain the number of new tasks that wasn't previously seen by the user. Click on this icon will show up the ConinsUP.com tasks page.                    

Información Básica de la Extensión

Nombre Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
ID ijlobbnpelgakcnkjmeghcpjbgogfhpf
URL Oficial https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf
Descripción CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Tamaño del Archivo 42.44 KB
Cantidad de Instalaciones 1,000
Versión Actual 2.1
Última Actualización 2015-11-06
Fecha de Publicación 2015-11-06
Calificación 4.25/5 Total de 44 Calificaciones
Desarrollador http://coinsup.com
Tipo de Pago free
Sitio Web de la Extensión http://coinsup.com
URL de la Página de Ayuda https://coinsup.com/ru/faq/
Idiomas Soportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "alarms",
        "cookies",
        "*:\/\/*.coinsup.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.7.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}