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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}