買い物ポケット
楽天市場、Amazon.co.jp、Yahoo!ショッピングの商品を一括で検索できます。商品ページで価格が安いショップの情報をお知らせします。
What is 買い物ポケット?
買い物ポケット is a Chrome extension developed by GMOインサイト株式会社, and its main feature is "楽天市場、Amazon.co.jp、Yahoo!ショッピングの商品を一括で検索できます。商品ページで価格が安いショップの情報をお知らせします。".
Extension Screenshots
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
■【商品検索】 ツールバー上のアイコンをクリックすると商品検索のウィンドウが表示さ れ、日本のショッピングサイトの商品を一括で検索し価格比較が容易にできます。 ■【最安値通知】 日本のインターネットショッピングの商品ページを閲覧中に、表示されてる価格より安いショップの情報を自動でお知らせいたします。最安値のショップとの差額も表示します。 ■【右クリックで最安値の商品検索】 ウェブページで気になる商品の名称や型番をマウスでなぞって選択し、マウスの右クリックで表示されるメニューから [最安値の商品を探す] を選択すると商品の検索結果のページに移動します。 ■【動作環境】 最新の安定バージョン
Extension Basic Information
Name | 買い物ポケット |
ID | pgmbeccjfkdbpdjfoldaahpfamjjafma |
Official URL | https://chromewebstore.google.com/detail/%E8%B2%B7%E3%81%84%E7%89%A9%E3%83%9D%E3%82%B1%E3%83%83%E3%83%88/pgmbeccjfkdbpdjfoldaahpfamjjafma |
Description | 楽天市場、Amazon.co.jp、Yahoo!ショッピングの商品を一括で検索できます。商品ページで価格が安いショップの情報をお知らせします。 |
File Size | 754 KB |
Installation Count | 750,191 |
Current Version | 3.11.0 |
Last Updated | 2024-02-19 |
Publish Date | 2020-03-27 |
Rating | 2.81/5 Total 21 Ratings |
Developer | GMOインサイト株式会社 |
[email protected] | |
Payment Type | free |
Extension Website | http://kaipoke.jp/chrome |
Help Page URL | http://kaipoke.jp/support |
Privacy Policy Page URL | http://www.gmo-insight.jp/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u8cb7\u3044\u7269\u30dd\u30b1\u30c3\u30c8", "description": "\u697d\u5929\u5e02\u5834\u3001Amazon.co.jp\u3001Yahoo!\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u306e\u5546\u54c1\u3092\u4e00\u62ec\u3067\u691c\u7d22\u3067\u304d\u307e\u3059\u3002\u5546\u54c1\u30da\u30fc\u30b8\u3067\u4fa1\u683c\u304c\u5b89\u3044\u30b7\u30e7\u30c3\u30d7\u306e\u60c5\u5831\u3092\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002", "icons": { "16": "img\/kk_extension_icon1.png", "48": "img\/48.png", "128": "img\/128x128.png" }, "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contents.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "\u8cb7\u3044\u7269\u30dd\u30b1\u30c3\u30c8", "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "3.11.0" } |