Monosearch PRO
From shopping to sale. You can quickly check on other sites from the menu button.
Was ist Monosearch PRO?
Monosearch PRO ist eine Chrome-Erweiterung, die von https://mnsearch.com entwickelt wurde, und ihr Hauptmerkmal ist "From shopping to sale. You can quickly check on other sites from the menu button.".
Erweiterungsscreenshots
Monosearch PRO-Erweiterungs-CRX-Datei herunterladen
Laden Sie Monosearch PRO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
//情報を更に見やすく豊富にしたプロ仕様ツール!//
◎作業時間の短縮
→ブラウザ上での作業時間を《 1秒でも短縮》して、効率化を図る。このツールに一番のこだわりです
◎複数サイトの価格変動を自動で追跡し、アマゾンと比較!
→気になる商品を登録するだけで、24時間・自動でチェックします。
●詳しい使い方はコチラ●
モノサーチ公式サポートブログ
http://blog.mnsearch.com/
---------------------------------------
商品の特徴
---------------------------------------
『作業効率』のアップはおまかせください。
MONO SEARCH PRO(モノサーチプロ)は【モノレート】の開発チームが作成したツールです。
数多くの方に使っていただいている【モノレート】。
その開発チームの知識を集結し、より『情報を更に見やすく豊富 』なツールを作りました。
【 MONO SEARCH PRO 搭載機能 】
・効率的な作業を目指した、きめ細かいバージョンアップ
・商品ページ上でのスピードアップのための出品一覧表示
・自動で色々なサイトの価格をアマゾン価格と比較して、商品を通知
・アマゾン出品者をカンタンに追跡出来ます。【売れスジ商品が丸わかりです】
・『価格推移グラフ』に加えて、『ランキング推移グラフ』が表示されます
・パソコンを閉じてる間も自動で追跡
・amazon/楽天/ヤフー/モノレート、その他お好みのサイトにワンクリックで遷移
・どのサイトを巡回するか?どのようなキーワードで検索するか?自由にカスタマイズ可能
●PRO版の詳しい情報はコチラ
http://mnsearch.com/lp/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bplhnjohdmolniaaaimonejdegiilfeg |
| Offizielle URL | https://chromewebstore.google.com/detail/monosearch-pro/bplhnjohdmolniaaaimonejdegiilfeg |
| Beschreibung | From shopping to sale. You can quickly check on other sites from the menu button. |
| Dateigröße | 10.97 MB |
| Installationsanzahl | 2,426 |
| Aktuelle Version | 3.1.8 |
| Letztes Update | 2023-08-25 |
| Veröffentlichungsdatum | 2020-06-15 |
| Bewertung | 3.89/5 Insgesamt 9 Bewertungen |
| Entwickler | https://mnsearch.com |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | http://mnsearch.com/ |
| URL der Datenschutzrichtlinien-Seite | http://mnsearch.com/privacypolicy |
| Unterstützte Sprachen | 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"
]
}
} | |