ふくりの優待サーチ

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

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

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

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ふくりの優待サーチ

Download ふくりの優待サーチ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

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

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

Basisinformatie over de Extensie

Naam ふくりの優待サーチ ふくりの優待サーチ
ID cbgcjofedjhblpkmhgmkjkffcooclmfn
Officiële 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
Beschrijving 日々の"検索"で優待が見つかる! 「ふくりの優待サーチ」は、福利厚生倶楽部会員向けの公式ブラウザ拡張機能です。福利厚生倶楽部のご利用が便利になる、3つの機能があります。 * 優待内容を検索ポータルサイトに表示…
Bestandsgrootte 2.83 MB
Aantal Installaties 1,698
Huidige Versie 1.1.1
Laatst Bijgewerkt 2019-11-11
Publicatiedatum 2019-11-07
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 福利厚生倶楽部
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}