BUYFYツール

海外ECサイトで日本語検索をしたり、BUYFYを通して代行サービスを依頼するためのツールです。

What is BUYFYツール?

BUYFYツール is a Chrome extension developed by https://buyfy.jp, and its main feature is "海外ECサイトで日本語検索をしたり、BUYFYを通して代行サービスを依頼するためのツールです。".

Extension Screenshots

screenshot
screenshot

Download BUYFYツール Extension CRX File

Download BUYFYツール 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

                        BUYFYツールは海外ECサイトで日本語検索をしたり、BUYFYの代行サービスを通して簡単にアメリカ、ヨーロッパ、中国など海外の商品を個人輸入できるツールです。イーベイやアマゾンの商品はBUYFYウェブサイトからもお申込みいただけます。                    

Extension Basic Information

Name BUYFYツール BUYFYツール
ID pggofmblkmahcmaafhcnppgcdhmejbci
Official URL https://chromewebstore.google.com/detail/buyfy%E3%83%84%E3%83%BC%E3%83%AB/pggofmblkmahcmaafhcnppgcdhmejbci
Description 海外ECサイトで日本語検索をしたり、BUYFYを通して代行サービスを依頼するためのツールです。
File Size 16.47 KB
Installation Count 1,006
Current Version 1.7
Last Updated 2021-03-01
Publish Date 2019-03-01
Developer https://buyfy.jp
Email [email protected]
Payment Type free
Extension Website https://buyfy.jp/
Help Page URL https://buyfy.jp/about_tool
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "BUYFY"
    },
    "name": "BUYFY\u30c4\u30fc\u30eb",
    "description": "\u6d77\u5916EC\u30b5\u30a4\u30c8\u3067\u65e5\u672c\u8a9e\u691c\u7d22\u3092\u3057\u305f\u308a\u3001BUYFY\u3092\u901a\u3057\u3066\u4ee3\u884c\u30b5\u30fc\u30d3\u30b9\u3092\u4f9d\u983c\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059\u3002",
    "homepage_url": "https:\/\/buyfy.jp\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "initBuyfy": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "Ctrl+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "BUYFY"
        }
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "version": "1.7",
    "manifest_version": 2
}