Monosearch
From shopping to sale. You can quickly check on other sites from the menu button.
什么是Monosearch?
Monosearch是由https://mnsearch.com开发的Chrome扩展程序,该扩展的主要功能是“From shopping to sale. You can quickly check on other sites from the menu button.”。
扩展截图
下载Monosearch扩展crx文件
下载Monosearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
//ネットショッピングから販売まで使える、商品の価格検索ツール!// ◎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
扩展基本信息
名称 | Monosearch |
ID | eadklkgmejdhldgchbmegmljdkchcdbd |
官方URL | https://chromewebstore.google.com/detail/monosearch/eadklkgmejdhldgchbmegmljdkchcdbd |
简介 | From shopping to sale. You can quickly check on other sites from the menu button. |
文件大小 | 10.84 MB |
安装次数 | 61,699 |
当前版本 | 5.7.5 |
更新时间 | 2022-11-21 |
上架时间 | 2020-07-04 |
评分 | 3.72/5 共46次评分 |
开发者 | https://mnsearch.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://mnsearch.com/ |
隐私政策页面URL | http://mnsearch.com/privacypolicy |
支持的语言 | 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" } |