Coinsup.com - new tasks notification module

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

Coinsup.com - new tasks notification module क्या है?

Coinsup.com - new tasks notification module http://coinsup.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coinsup.com - new tasks notification module एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
ID ijlobbnpelgakcnkjmeghcpjbgogfhpf
आधिकारिक URL https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf
विवरण CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
फ़ाइल का आकार 42.44 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 2.1
अंतिम अपडेट 2015-11-06
प्रकाशन तिथि 2015-11-06
रेटिंग 4.25/5 कुल 44 रेटिंग्स
डेवलपर http://coinsup.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://coinsup.com
सहायता पृष्ठ URL https://coinsup.com/ru/faq/
समर्थित भाषाएँ 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
    }
}