UPmoney Cashback

Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!

UPmoney Cashbackとは何ですか?

UPmoney Cashbackはhttp://upmoney.itによって開発されたChromeの拡張機能で、その主な機能は「Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!」です。

拡張機能のスクリーンショット

screenshot

UPmoney Cashback拡張機能のCRXファイルをダウンロード

UPmoney Cashback拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Estensione che ti notifica la presenza di un negozio attivo su UPmoney.it.
UPmoney è il primo portale italiano di cashback che ti paga quando fai shopping online o altre attività.                    

拡張機能の基本情報

名前 UPmoney Cashback UPmoney Cashback
ID mjfffgjipapacdegkkgmddpihcilancj
公式URL https://chrome.google.com/webstore/detail/upmoney-cashback/mjfffgjipapacdegkkgmddpihcilancj
説明 Ricevi una notifica quando il sito che stai navigando è presente su UPmoney.it e non perderti nemmeno un cashback!
ファイルサイズ 67.43 KB
インストール数 866
現在のバージョン 1.3
最終更新日 2020-09-17
公開日 2020-08-05
評価 4.63/5 合計 259 レビュー
開発者 http://upmoney.it
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://upmoney.it
ヘルプページのURL https://upmoney.it/Home/Contatti
プライバシーポリシーページのURL https://upmoney.it/Home/Privacy
対応言語 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UPmoney Cashback",
    "version": "1.3",
    "browser_action": {
        "default_title": "UPmoney Cashback"
    },
    "description": "Ricevi una notifica quando il sito che stai navigando \u00e8 presente su UPmoney.it e non perderti nemmeno un cashback!",
    "icons": {
        "16": "img\/upmoney-16.png",
        "19": "img\/upmoney-19.png",
        "32": "img\/upmoney-32.png",
        "38": "img\/upmoney-38.png",
        "48": "img\/upmoney-48.png",
        "128": "img\/upmoney-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "content.js",
            "backbash.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js",
                "background.js"
            ]
        }
    ]
}