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によって開発されたChromeの拡張機能で、その主な機能は「CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!」です。

Coinsup.com - new tasks notification module拡張機能のCRXファイルをダウンロード

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