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 هو إضافة Chrome تم تطويرها بواسطة http://coinsup.com، والميزة الرئيسية لها هي "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".

تحميل ملف CRX للإضافة Coinsup.com - new tasks notification module

قم بتنزيل ملفات الامتداد Coinsup.com - new tasks notification module بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
    }
}