BUYFYツール
海外ECサイトで日本語検索をしたり、BUYFYを通して代行サービスを依頼するためのツールです。
Wat is BUYFYツール?
BUYFYツール is een Chrome-extensie ontwikkeld door https://buyfy.jp, en de belangrijkste functie is "海外ECサイトで日本語検索をしたり、BUYFYを通して代行サービスを依頼するためのツールです。".
Extensie Screenshots
Download het CRX-bestand van de extensie BUYFYツール
Download BUYFYツール-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
BUYFYツールは海外ECサイトで日本語検索をしたり、BUYFYの代行サービスを通して簡単にアメリカ、ヨーロッパ、中国など海外の商品を個人輸入できるツールです。イーベイやアマゾンの商品はBUYFYウェブサイトからもお申込みいただけます。
Basisinformatie over de Extensie
Naam | |
ID | pggofmblkmahcmaafhcnppgcdhmejbci |
Officiële URL | https://chromewebstore.google.com/detail/buyfy%E3%83%84%E3%83%BC%E3%83%AB/pggofmblkmahcmaafhcnppgcdhmejbci |
Beschrijving | 海外ECサイトで日本語検索をしたり、BUYFYを通して代行サービスを依頼するためのツールです。 |
Bestandsgrootte | 16.47 KB |
Aantal Installaties | 1,006 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2021-03-01 |
Publicatiedatum | 2019-03-01 |
Ontwikkelaar | https://buyfy.jp |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://buyfy.jp/ |
Help Pagina-URL | https://buyfy.jp/about_tool |
Ondersteunde Talen | 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 } |