かんたん価格調査
複数のネットショップの商品を一括検索、価格調査します。
What is かんたん価格調査?
かんたん価格調査 is a Chrome extension developed by https://domisan.sakura.ne.jp, and its main feature is "複数のネットショップの商品を一括検索、価格調査します。".
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
「かんたん価格調査」 https://domisan.sakura.ne.jp/kkc/kkc.php 複数のネットショップを一括検索する検索窓を追加します。 価格チェックに手軽に使えます。
Extension Basic Information
Name | かんたん価格調査 |
ID | pipepckgggomknpmfikallncdlpahfka |
Official URL | https://chromewebstore.google.com/detail/%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E4%BE%A1%E6%A0%BC%E8%AA%BF%E6%9F%BB/pipepckgggomknpmfikallncdlpahfka |
Description | 複数のネットショップの商品を一括検索、価格調査します。 |
File Size | 12.01 KB |
Installation Count | 77 |
Current Version | 1.5.1 |
Last Updated | 2021-09-03 |
Publish Date | 2020-01-11 |
Developer | https://domisan.sakura.ne.jp |
[email protected] | |
Payment Type | free |
Extension Website | https://domisan.sakura.ne.jp/kkc/kkc.php |
Privacy Policy Page URL | https://domisan.sakura.ne.jp/article/privacyporicy/privacyporicy.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "128": "icon.png" }, "name": "\u304b\u3093\u305f\u3093\u4fa1\u683c\u8abf\u67fb", "description": "\u8907\u6570\u306e\u30cd\u30c3\u30c8\u30b7\u30e7\u30c3\u30d7\u306e\u5546\u54c1\u3092\u4e00\u62ec\u691c\u7d22\u3001\u4fa1\u683c\u8abf\u67fb\u3057\u307e\u3059\u3002", "version": "1.5.1", "action": { "default_icon": "icon.png", "default_popup": "kkc.html", "default_title": "\u304b\u3093\u305f\u3093\u4fa1\u683c\u8abf\u67fb" }, "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js" } } |