モノトレーサー

モノトレーサー拡張機能です。

What is モノトレーサー?

モノトレーサー is a Chrome extension developed by https://www.mono-tracer.com, and its main feature is "モノトレーサー拡張機能です。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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

                        各種ECモール上にモノトレーサーのグラフを表示するための拡張機能です。
商品の売行きをECモールページ上で確認することが出来るため、仕入判断の効率化に繋がります。                    

Extension Basic Information

Name モノトレーサー モノトレーサー
ID lgfnlkbaoamhkcaanhkpjcokceplbeob
Official URL https://chromewebstore.google.com/detail/%E3%83%A2%E3%83%8E%E3%83%88%E3%83%AC%E3%83%BC%E3%82%B5%E3%83%BC/lgfnlkbaoamhkcaanhkpjcokceplbeob
Description モノトレーサー拡張機能です。
File Size 725 KB
Installation Count 10,203
Current Version 1.2.8
Last Updated 2023-11-01
Publish Date 2022-09-03
Rating 5.00/5 Total 1 Ratings
Developer https://www.mono-tracer.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://blog.mono-tracer.com/pdf/privacypolicy.pdf
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u30e2\u30ce\u30c8\u30ec\u30fc\u30b5\u30fc",
    "description": "\u30e2\u30ce\u30c8\u30ec\u30fc\u30b5\u30fc\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "version": "1.2.8",
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "html\/popup.html",
        "default_title": "\u30e2\u30ce\u30c8\u30ec\u30fc\u30b5\u30fc"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.rakuten.co.jp\/*",
                "https:\/\/*.yahoo.co.jp\/*",
                "https:\/\/sellercentral-japan.amazon.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.yahoo.co.jp\/*",
        "*:\/\/*.rakuten.co.jp\/*",
        "https:\/\/u5q01qi4m7.execute-api.ap-northeast-1.amazonaws.com\/*",
        "https:\/\/uzxbq7zz4g.execute-api.ap-northeast-1.amazonaws.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.rakuten.co.jp\/*",
                "https:\/\/*.yahoo.co.jp\/*",
                "https:\/\/sellercentral-japan.amazon.com\/*"
            ]
        }
    ]
}