Coinsup.com - new tasks notification module

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

Was ist Coinsup.com - new tasks notification module?

Coinsup.com - new tasks notification module ist eine Chrome-Erweiterung, die von http://coinsup.com entwickelt wurde, und ihr Hauptmerkmal ist "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".

Coinsup.com - new tasks notification module-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coinsup.com - new tasks notification module-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
ID ijlobbnpelgakcnkjmeghcpjbgogfhpf
Offizielle URL https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf
Beschreibung CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Dateigröße 42.44 KB
Installationsanzahl 1,000
Aktuelle Version 2.1
Letztes Update 2015-11-06
Veröffentlichungsdatum 2015-11-06
Bewertung 4.25/5 Insgesamt 44 Bewertungen
Entwickler http://coinsup.com
Zahlungsart free
Erweiterungswebsite http://coinsup.com
Hilfeseite URL https://coinsup.com/ru/faq/
Unterstützte Sprachen 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
    }
}