Monosearch PRO

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

Qu'est-ce que Monosearch PRO ?

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

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

Téléchargez les fichiers d'extension Monosearch PRO 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

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

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

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



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

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



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

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

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

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


【 MONO SEARCH PRO 搭載機能 】

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

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

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

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

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

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

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


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

Informations de Base sur l'Extension

Nom Monosearch PRO Monosearch PRO
ID bplhnjohdmolniaaaimonejdegiilfeg
URL Officiel https://chromewebstore.google.com/detail/monosearch-pro/bplhnjohdmolniaaaimonejdegiilfeg
Description From shopping to sale. You can quickly check on other sites from the menu button.
Taille du Fichier 10.97 MB
Nombre d'Installations 2,426
Version Actuelle 3.1.8
Dernière Mise à Jour 2023-08-25
Date de Publication 2020-06-15
Évaluation 3.89/5 Total 9 Évaluations
Développeur https://mnsearch.com
Email [email protected]
Type de Paiement in_app
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_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"
        ]
    }
}