Coinsup.com - new tasks notification module

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

Qu'est-ce que Coinsup.com - new tasks notification module ?

Coinsup.com - new tasks notification module est une extension Chrome développée par http://coinsup.com, et sa fonction principale est "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".

Télécharger le fichier CRX de l'extension Coinsup.com - new tasks notification module

Téléchargez les fichiers d'extension Coinsup.com - new tasks notification module au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
ID ijlobbnpelgakcnkjmeghcpjbgogfhpf
URL Officiel https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf
Description CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Taille du Fichier 42.44 KB
Nombre d'Installations 1,000
Version Actuelle 2.1
Dernière Mise à Jour 2015-11-06
Date de Publication 2015-11-06
Évaluation 4.25/5 Total 44 Évaluations
Développeur http://coinsup.com
Type de Paiement free
Site Web de l'Extension http://coinsup.com
URL de la Page d'Aide https://coinsup.com/ru/faq/
Langues Prises en Charge 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
    }
}