Easy Car Search
Tool for notifying on car searches in mobile.de and autoscout24.com
Easy Car Searchとは何ですか?
Easy Car Searchはhttps://webrobots.ioによって開発されたChromeの拡張機能で、その主な機能は「Tool for notifying on car searches in mobile.de and autoscout24.com」です。
拡張機能のスクリーンショット
Easy Car Search拡張機能のCRXファイルをダウンロード
Easy Car Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
2021-10-22 v0.3.1 - Updated many sites 2019-08-13 v0.2.5 - Autoscount24 fixed ==ENGLISH== Bookmark your car searches on mobile.de and autoscout24.com in this tool. This tool will notify you when new cars appear in search results. Supported websites: mobile.de autoscout24.com autoplius.lt autogidas.lt bytbil.com Supported languages: EN, DE ==DEUTSCH== Lesezeichen für Ihr Auto sucht auf mobile.de und autoscout24.com in diesem Tool. Dieses Tool wird Sie benachrichtigen, wenn neue Autos in den Suchergebnissen erscheinen. Unterstützte Webseiten: mobile.de autoscout24.de autoplius.lt autogidas.lt bytbil.com Unterstützte Sprachen: DE, EN Support, feature requests: [email protected]
拡張機能の基本情報
名前 | Easy Car Search |
ID | ekhmpgabedfgpalclmfeofmaneolcejk |
公式URL | https://chromewebstore.google.com/detail/easy-car-search/ekhmpgabedfgpalclmfeofmaneolcejk |
説明 | Tool for notifying on car searches in mobile.de and autoscout24.com |
ファイルサイズ | 59.55 KB |
インストール数 | 248 |
現在のバージョン | 0.3.1 |
最終更新日 | 2021-10-22 |
公開日 | 2019-08-13 |
評価 | 4.78/5 合計 9 レビュー |
開発者 | https://webrobots.io |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://webrobots.io/privacy-policy |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.3.1", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "browser_action": { "default_icon": "icons\/car128.png" }, "permissions": [ "notifications", "*:\/\/*.drom.ru\/*", "*:\/\/auto.ru\/*", "*:\/\/rst.ua\/*", "*:\/\/www.autotrader.com\/*", "*:\/\/www.autotrader.ca\/*", "*:\/\/www.autotrader.co.uk\/*", "*:\/\/www.autotrader.co.za\/*", "*:\/\/www.autotrader.ie\/*", "*:\/\/www.autotrader.nl\/*", "*:\/\/www.autohebdo.net\/autos\/*", "*:\/\/www.cars.com\/for-sale\/searchresults.action\/?*", "*:\/\/www.car.gr\/classifieds\/cars\/?*", "*:\/\/www.lacentrale.fr\/listing_auto.php?*", "*:\/\/*.mobile.de\/*", "*:\/\/www.automobile.fr\/*", "*:\/\/www.autoscout24.de\/*", "*:\/\/www.autoscout24.com\/*", "*:\/\/www.autoscout24.it\/*", "*:\/\/www.autoscout24.fr\/*", "*:\/\/www.autoscout24.nl\/*", "*:\/\/www.autoscout24.ch\/*", "*:\/\/www.autoscout24.be\/*", "*:\/\/www.autoscout24.at\/*", "*:\/\/www.autoscout24.es\/*", "*:\/\/www.autoscout24.lu\/*", "*:\/\/www.autoscout24.bg\/*", "*:\/\/www.autoscout24.pl\/*", "*:\/\/www.autoscout24.hu\/*", "*:\/\/www.autoscout24.com.tr\/*", "*:\/\/www.autoscout24.com.ua\/*", "*:\/\/www.autoscout24.ru\/*", "*:\/\/www.carmax.com\/search#*", "*:\/\/www.truecar.com\/used-cars-for-sale\/listings\/*", "*:\/\/www.bytbil.com\/*", "*:\/\/autoplius.lt\/*", "*:\/\/autogidas.lt\/*", "https:\/\/ssl.google-analytics.com\/*", "*:\/\/www.copart.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdn.datatables.net; object-src 'self'", "icons": { "16": "icons\/car16.png", "32": "icons\/car32.png", "64": "icons\/car64.png", "128": "icons\/car128.png" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "google.js", "background.js" ] } } |