Coinsup.com - new tasks notification module

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

Hvad er Coinsup.com - new tasks notification module?

Coinsup.com - new tasks notification module er en Chrome-udvidelse udviklet af http://coinsup.com, og dens hovedfunktion er "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".

Download Coinsup.com - new tasks notification module-udvidelses-CRX-fil

Download Coinsup.com - new tasks notification module-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
ID ijlobbnpelgakcnkjmeghcpjbgogfhpf
Officiel URL https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf
Beskrivelse CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Filstørrelse 42.44 KB
Antal Installationer 1,000
Nuværende Version 2.1
Senest Opdateret 2015-11-06
Udgivelsesdato 2015-11-06
Bedømmelse 4.25/5 Samlet 44 Bedømmelser
Udvikler http://coinsup.com
Betalingsmetode free
Udvidelseswebsted http://coinsup.com
Hjælpeside-URL https://coinsup.com/ru/faq/
Understøttede Sprog 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
    }
}