ふくりの優待サーチ

日々の"検索"で優待が見つかる! 「ふくりの優待サーチ」は、福利厚生倶楽部会員向けの公式ブラウザ拡張機能です。福利厚生倶楽部のご利用が便利になる、3つの機能があります。 * 優待内容を検索ポータルサイトに表示…

What is ふくりの優待サーチ?

ふくりの優待サーチ is a Chrome extension developed by 福利厚生倶楽部, and its main feature is "日々の"検索"で優待が見つかる! 「ふくりの優待サーチ」は、福利厚生倶楽部会員向けの公式ブラウザ拡張機能です。福利厚生倶楽部のご利用が便利になる、3つの機能があります。 * 優待内容を検索ポータルサイトに表示…".

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

                        日々の"検索"で優待が見つかる!

「ふくりの優待サーチ」は、福利厚生倶楽部会員向けの公式ブラウザ拡張機能です。福利厚生倶楽部のご利用が便利になる、3つの機能があります。

* 優待内容を検索ポータルサイトに表示
ポータルサイトで、あなたの検索した"キーワード"にあった福利厚生倶楽部の優待が検索結果に表示されます。

* 一目でわかる!検索結果の横に「優待あり」マークを表示
検索結果に掲載されているWEBサイトが、福利厚生倶楽部の優待が受けられる提携WEBサイトだった場合、「優待あります!」マークがつきます。

* おトクを見逃さない!提携WEBサイトで優待内容を表示
福利厚生倶楽部の優待が受けられるWEBサイトに訪問時、ヘッダー部に特典内容を記載します。

・ご利用は無料です。
・本アドオンは、PCブラウザのみで実行されます。
・本アドオンは、一度でも福利厚生倶楽部にログインしたことがあるブラウザでしか実行されません。お使いのブラウザ福利厚生倶楽部(https://www.fukuri.jp/)にログイン後ご利用ください。
・お客様の契約条件によって、ご利用になれない優待が表示される可能性がございます。
・データ更新のタイムラグにより、表示される特典内容は、最新ではない可能性がございます。ご了承ください。                    

Extension Basic Information

Name ふくりの優待サーチ ふくりの優待サーチ
ID cbgcjofedjhblpkmhgmkjkffcooclmfn
Official URL https://chromewebstore.google.com/detail/%E3%81%B5%E3%81%8F%E3%82%8A%E3%81%AE%E5%84%AA%E5%BE%85%E3%82%B5%E3%83%BC%E3%83%81/cbgcjofedjhblpkmhgmkjkffcooclmfn
Description 日々の"検索"で優待が見つかる! 「ふくりの優待サーチ」は、福利厚生倶楽部会員向けの公式ブラウザ拡張機能です。福利厚生倶楽部のご利用が便利になる、3つの機能があります。 * 優待内容を検索ポータルサイトに表示…
File Size 2.83 MB
Installation Count 1,698
Current Version 1.1.1
Last Updated 2019-11-11
Publish Date 2019-11-07
Rating 4.00/5 Total 1 Ratings
Developer 福利厚生倶楽部
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u3075\u304f\u308a\u306e\u512a\u5f85\u30b5\u30fc\u30c1",
    "description": "",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "*:\/\/*.fukuri.jp\/",
        "https:\/\/*.algolia.net\/"
    ],
    "web_accessible_resources": [
        "*.svg",
        "*.png",
        "*.json"
    ],
    "browser_action": {
        "default_title": "\u3075\u304f\u308a\u306e\u512a\u5f85\u30b5\u30fc\u30c1",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.co.jp\/search*",
                "https:\/\/search.yahoo.co.jp\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.fukuri.jp\/*"
            ],
            "css": [
                "content\/icon\/content.css"
            ],
            "js": [
                "content\/icon\/content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.fukuri.jp\/*"
            ],
            "css": [
                "content\/search\/content.css"
            ],
            "js": [
                "content\/search\/content.js"
            ]
        }
    ]
}