ちゅるAmazon版
Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。
Wat is ちゅるAmazon版?
ちゅるAmazon版 is een Chrome-extensie ontwikkeld door cieloblu.jp, en de belangrijkste functie is "Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。".
Extensie Screenshots
Download het CRX-bestand van de extensie ちゅるAmazon版
Download ちゅるAmazon版-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
Amazonの以下のページにAmazon価格推移を表すグラフや楽天、YahooなどのECサイトへ簡単にアクセスするためのボタンなどを表示する拡張機能です。 ・商品検索ページ ・商品詳細ページ ・ランキングページ ・ほしいものリスト
Basisinformatie over de Extensie
Naam | ちゅるAmazon版 |
ID | odnojapefhgjemldcnkplfhpkgdbngbo |
Officiële URL | https://chromewebstore.google.com/detail/%E3%81%A1%E3%82%85%E3%82%8Bamazon%E7%89%88/odnojapefhgjemldcnkplfhpkgdbngbo |
Beschrijving | Amazonの各ページにKeepaグラフやECサイトへのリンクボタンなどを表示する拡張機能です。 |
Bestandsgrootte | 655 KB |
Aantal Installaties | 8,625 |
Huidige Versie | 1.6.8 |
Laatst Bijgewerkt | 2023-08-29 |
Publicatiedatum | 2021-12-04 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | cieloblu.jp |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://cieloblu-jp.com/churu/privacypolicy.pdf |
Ondersteunde Talen | 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\/*" ] } } |