インカムツールバー

ポイントインカムでのポイントが貯めやすくなるChromeツールバーです。

Cos'è インカムツールバー?

インカムツールバー è un'estensione di Chrome sviluppata da https://pointi.jp, e la sua funzione principale è "ポイントインカムでのポイントが貯めやすくなるChromeツールバーです。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione インカムツールバー

Scarica i file di estensione インカムツールバー in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ■ポイントインカムにこなくてもいつでもWポイントが貯まる♪
[1] ツールバーをインストール後ログイン
[2] 楽天やYahoo!ショッピング、nissenなどいつものサイトにアクセス
[3] 画面上部にオレンジ色の通知バーが表示されるので、利用ボタンをクリック
※条件を確認したい場合は詳細ボタンをクリックしよう
[4] あとはいつもどおりお買い物をすれば、インカムポイントがどんどん貯まる
※サイト側のポイントも貯まるのでお店とインカムのダブルでポイントがもらえる!                    

Informazioni di Base sull'Estensione

Nome インカムツールバー インカムツールバー
ID ghgccanfnkkejgkejiodnhngjbcddkkf
URL Ufficiale https://chrome.google.com/webstore/detail/%E3%82%A4%E3%83%B3%E3%82%AB%E3%83%A0%E3%83%84%E3%83%BC%E3%83%AB%E3%83%90%E3%83%BC/ghgccanfnkkejgkejiodnhngjbcddkkf
Descrizione ポイントインカムでのポイントが貯めやすくなるChromeツールバーです。
Dimensione del File 45.81 KB
Conteggio Installazioni 3,445
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-11-09
Data di Pubblicazione 2019-07-09
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://pointi.jp
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://fivegate.jp/privacy.php
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30a4\u30f3\u30ab\u30e0\u30c4\u30fc\u30eb\u30d0\u30fc",
    "description": "\u30dd\u30a4\u30f3\u30c8\u30a4\u30f3\u30ab\u30e0\u3067\u306e\u30dd\u30a4\u30f3\u30c8\u304c\u8caf\u3081\u3084\u3059\u304f\u306a\u308bChrome\u30c4\u30fc\u30eb\u30d0\u30fc\u3067\u3059\u3002",
    "version": "1.1.0",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/js.cookie.min.js",
                "js\/fun\/adpage.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/pointi.jp\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}