インカムツールバー

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

What is インカムツールバー?

インカムツールバー is a Chrome extension developed by https://pointi.jp, and its main feature is "ポイントインカムでのポイントが貯めやすくなるChromeツールバーです。".

Extension Screenshots

screenshot

Download インカムツールバー Extension CRX File

Download インカムツールバー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name インカムツールバー インカムツールバー
ID ghgccanfnkkejgkejiodnhngjbcddkkf
Official URL 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
Description ポイントインカムでのポイントが貯めやすくなるChromeツールバーです。
File Size 45.81 KB
Installation Count 3,445
Current Version 1.1.0
Last Updated 2020-11-09
Publish Date 2019-07-09
Rating 4.00/5 Total 4 Ratings
Developer https://pointi.jp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://fivegate.jp/privacy.php
Supported Languages 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:\/\/*\/*"
    ]
}