ちゅるAmazon版
Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。
What is ちゅるAmazon版?
ちゅるAmazon版 is a Chrome extension developed by cieloblu.jp, and its main feature is "Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。".
Extension Screenshots
Download ちゅるAmazon版 Extension CRX File
Download ちゅるAmazon版 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
Amazonの以下のページにAmazon価格推移を表すグラフや楽天、YahooなどのECサイトへ簡単にアクセスするためのボタンなどを表示する拡張機能です。 ・商品検索ページ ・商品詳細ページ ・ランキングページ ・ほしいものリスト
Extension Basic Information
Name | ちゅるAmazon版 |
ID | odnojapefhgjemldcnkplfhpkgdbngbo |
Official URL | https://chromewebstore.google.com/detail/%E3%81%A1%E3%82%85%E3%82%8Bamazon%E7%89%88/odnojapefhgjemldcnkplfhpkgdbngbo |
Description | Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。 |
File Size | 655 KB |
Installation Count | 8,625 |
Current Version | 1.6.8 |
Last Updated | 2023-08-29 |
Publish Date | 2021-12-04 |
Rating | 3.67/5 Total 3 Ratings |
Developer | cieloblu.jp |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://cieloblu-jp.com/churu/privacypolicy.pdf |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u3061\u3085\u308bAmazon\u7248", "description": "Amazon\u306e\u5404\u30da\u30fc\u30b8\u306bKeepa\u30b0\u30e9\u30d5\u3084EC\u30b5\u30a4\u30c8\u3078\u306e\u30ea\u30f3\u30af\u30dc\u30bf\u30f3\u306a\u3069\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "version": "1.6.8", "icons": { "16": "images\/icon_32.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "action": { "default_icon": "images\/icon_32.png", "default_popup": "html\/popup.html", "default_title": "\u3061\u3085\u308bAmazon\u7248" }, "content_scripts": [ { "matches": [ "https:\/\/cieloblu-jp.com\/sp-api\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/sellercentral.amazon.co.jp\/*", "https:\/\/sellercentral-japan.amazon.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "images\/*.gif" ], "matches": [ "https:\/\/www.amazon.co.jp\/*", "https:\/\/sellercentral.amazon.co.jp\/*", "https:\/\/sellercentral-japan.amazon.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/cieloblu-jp.com\/sp-api\/*" ] } } |