モノトレーサー

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

Wat is モノトレーサー?

モノトレーサー is een Chrome-extensie ontwikkeld door https://www.mono-tracer.com, en de belangrijkste functie is "モノトレーサー拡張機能です。".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie モノトレーサー

Download モノトレーサー-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

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

Basisinformatie over de Extensie

Naam モノトレーサー モノトレーサー
ID lgfnlkbaoamhkcaanhkpjcokceplbeob
Officiële 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
Beschrijving モノトレーサー拡張機能です。
Bestandsgrootte 725 KB
Aantal Installaties 10,203
Huidige Versie 1.2.8
Laatst Bijgewerkt 2023-11-01
Publicatiedatum 2022-09-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.mono-tracer.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://blog.mono-tracer.com/pdf/privacypolicy.pdf
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}