Monosearch

From shopping to sale. You can quickly check on other sites from the menu button.

Qu'est-ce que Monosearch ?

Monosearch est une extension Chrome développée par https://mnsearch.com, et sa fonction principale est "From shopping to sale. You can quickly check on other sites from the menu button.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Monosearch

Téléchargez les fichiers d'extension Monosearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        //ネットショッピングから販売まで使える、商品の価格検索ツール!//

◎Chrome画面の下に、使いやすいツールバーを表示!
 →国内のショッピングサイトから海外のショッピングサイト・価格推移サイト・趣味のサイトまで、お好みのサイトにワンクリックで遷移します。

◎一番安くて、在庫のあるお店を検索します!
 →新品・中古品の最安値ショップを一発検索します。
 →オークション・フリマサイトにも対応しています。



---------------------------------------
表示される広告について
---------------------------------------
MONO SEARCHは無料公開のため、サイト上にバナー広告が表示されることがあります。ご了承ください。

広告は拡張機能の停止、又はPRO版へのアップグレードで広告は表示されなくなります。

※PRO版は、情報を更に見やすく豊富にしたプロ仕様版です。


●PRO版の詳しい情報はコチラ

 http://mnsearch.com/lp/



---------------------------------------
ダウンロード方法【所要時間:30秒】
---------------------------------------

(1)画面右上の【chromeに追加】をクリックします。
(2)メッセージを確認し【拡張機能を追加】をクリックします。

→すぐにインストールが開始し、画面下にモノサーチツールバーが表示されます。


●詳しい使い方はコチラ●

モノサーチ公式サポートブログ

 http://blog.mnsearch.com/


---------------------------------------
MONO SEARCH【PRO版】について
---------------------------------------
モノサーチには、情報を更に見やすく豊富にしたプロ仕様版があります。

(PRO版は、モノサーチ通常版から設定の引継ぎもできます)

【 PRO版の特徴 】

◎複数サイトの価格変動を自動で追跡し、アマゾンと比較!
 →気になる商品を登録するだけで、24時間・自動でチェックします。

◎《 利益が出る商品だけ 》を通知
 →AI搭載のツールが、あなたの代わりに利益が出る商品を見つけて知らせます。


●PRO版の詳しい情報はコチラ

 http://mnsearch.com/lp/


●PRO版のダウンロードはコチラ●

 https://chrome.google.com/webstore/detail/monosearch-resale-check-s/bplhnjohdmolniaaaimonejdegiilfeg?hl=ja                    

Informations de Base sur l'Extension

Nom Monosearch Monosearch
ID eadklkgmejdhldgchbmegmljdkchcdbd
URL Officiel https://chromewebstore.google.com/detail/monosearch/eadklkgmejdhldgchbmegmljdkchcdbd
Description From shopping to sale. You can quickly check on other sites from the menu button.
Taille du Fichier 10.84 MB
Nombre d'Installations 61,699
Version Actuelle 5.7.5
Dernière Mise à Jour 2022-11-21
Date de Publication 2020-07-04
Évaluation 3.72/5 Total 46 Évaluations
Développeur https://mnsearch.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://mnsearch.com/
URL de la Page de Politique de Confidentialité http://mnsearch.com/privacypolicy
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "monosearch",
    "default_locale": "en",
    "version": "5.7.5",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "img\/monosearch.png",
        "19": "img\/monosearch_19.png",
        "48": "img\/monosearch_48.png",
        "128": "img\/monosearch_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contents_script.js",
                "js\/lib\/canvasjs.min.js"
            ],
            "css": [
                "css\/style.css",
                "css\/free.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*",
        "json\/*",
        "css\/*",
        "js\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_extProName__",
        "default_popup": "action\/popup.html"
    },
    "options_page": "option\/menu.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "run_at": "document_start"
}