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 là gì?

Coinsup.com - new tasks notification module là một tiện ích mở rộng Chrome được phát triển bởi http://coinsup.com, và tính năng chính của nó là "CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!".

Tải xuống tệp CRX của tiện ích mở rộng Coinsup.com - new tasks notification module

Tải xuống các tệp mở rộng Coinsup.com - new tasks notification module dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coinsup.com - new tasks notification module Coinsup.com - new tasks notification module
ID ijlobbnpelgakcnkjmeghcpjbgogfhpf
URL Chính Thức https://chrome.google.com/webstore/detail/coinsupcom-new-tasks-noti/ijlobbnpelgakcnkjmeghcpjbgogfhpf
Mô tả CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!
Kích Thước Tệp 42.44 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2015-11-06
Ngày Phát Hành 2015-11-06
Đánh Giá 4.25/5 Tổng số 44 Đánh Giá
Nhà Phát Triển http://coinsup.com
Loại Thanh Toán free
Trang Web Mở Rộng http://coinsup.com
URL Trang Trợ Giúp https://coinsup.com/ru/faq/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}