Monosearch PRO

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

What is Monosearch PRO?

Monosearch PRO is a Chrome extension developed by https://mnsearch.com, and its main feature is "From shopping to sale. You can quickly check on other sites from the menu button.".

Extension Screenshots

screenshot

Download Monosearch PRO Extension CRX File

Download Monosearch PRO 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

                        //情報を更に見やすく豊富にしたプロ仕様ツール!//

◎作業時間の短縮 
 →ブラウザ上での作業時間を《 1秒でも短縮》して、効率化を図る。このツールに一番のこだわりです

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



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

モノサーチ公式サポートブログ
 http://blog.mnsearch.com/



---------------------------------------
商品の特徴
---------------------------------------
『作業効率』のアップはおまかせください。

MONO SEARCH PRO(モノサーチプロ)は【モノレート】の開発チームが作成したツールです。

数多くの方に使っていただいている【モノレート】。

その開発チームの知識を集結し、より『情報を更に見やすく豊富 』なツールを作りました。


【 MONO SEARCH PRO 搭載機能 】

 ・効率的な作業を目指した、きめ細かいバージョンアップ

 ・商品ページ上でのスピードアップのための出品一覧表示

 ・自動で色々なサイトの価格をアマゾン価格と比較して、商品を通知

 ・アマゾン出品者をカンタンに追跡出来ます。【売れスジ商品が丸わかりです】

 ・『価格推移グラフ』に加えて、『ランキング推移グラフ』が表示されます

 ・パソコンを閉じてる間も自動で追跡

 ・amazon/楽天/ヤフー/モノレート、その他お好みのサイトにワンクリックで遷移
 
 ・どのサイトを巡回するか?どのようなキーワードで検索するか?自由にカスタマイズ可能


●PRO版の詳しい情報はコチラ
 http://mnsearch.com/lp/                    

Extension Basic Information

Name Monosearch PRO Monosearch PRO
ID bplhnjohdmolniaaaimonejdegiilfeg
Official URL https://chromewebstore.google.com/detail/monosearch-pro/bplhnjohdmolniaaaimonejdegiilfeg
Description From shopping to sale. You can quickly check on other sites from the menu button.
File Size 10.97 MB
Installation Count 2,426
Current Version 3.1.8
Last Updated 2023-08-25
Publish Date 2020-06-15
Rating 3.89/5 Total 9 Ratings
Developer https://mnsearch.com
Email [email protected]
Payment Type in_app
Extension Website http://mnsearch.com/
Privacy Policy Page URL http://mnsearch.com/privacypolicy
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extProName__",
    "description": "__MSG_extProDescription__",
    "short_name": "monosearch",
    "default_locale": "en",
    "version": "3.1.8",
    "permissions": [
        "contextMenus",
        "https:\/\/www.googleapis.com\/",
        "unlimitedStorage",
        "tabs",
        "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"
            ]
        }
    ],
    "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",
    "oauth2": {
        "client_id": "140533057811-stennh2uo3l34nnufa6rfjog90u5mmvo.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}