Amazhist Chrome Extension
Amazon 購入履歴を収集する拡張
Wat is Amazhist Chrome Extension?
Amazhist Chrome Extension is een Chrome-extensie ontwikkeld door https://rabbit-note.com, en de belangrijkste functie is "Amazon 購入履歴を収集する拡張".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazhist Chrome Extension
Download Amazhist Chrome Extension-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.co.jp の購入履歴を収集し,年ごとの注文件数と金額をグラフ化します.収集した購入履歴データは CSV 形式で保存できます. ※収集したデータは外部に一切送信しません.
Basisinformatie over de Extensie
Naam | Amazhist Chrome Extension |
ID | mfejdgdpblipdoileogibknihogejaja |
Officiële URL | https://chromewebstore.google.com/detail/amazhist-chrome-extension/mfejdgdpblipdoileogibknihogejaja |
Beschrijving | Amazon 購入履歴を収集する拡張 |
Bestandsgrootte | 142 KB |
Aantal Installaties | 138 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2022-02-13 |
Publicatiedatum | 2022-01-04 |
Ontwikkelaar | https://rabbit-note.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/kimata/amazhist_chrome |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazhist Chrome Extension", "short_name": "Amazhist", "version": "0.0.6", "manifest_version": 3, "description": "Amazon \u8cfc\u5165\u5c65\u6b74\u3092\u53ce\u96c6\u3059\u308b\u62e1\u5f35", "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "permissions": [ "background" ], "action": { "default_icon": { "32": "icon\/icon-32.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*" ], "run_at": "document_end", "js": [ "loglevel.min.js", "content.js" ] } ] } |