Easy Car Search
Tool for notifying on car searches in mobile.de and autoscout24.com
Apa itu Easy Car Search?
Easy Car Search adalah ekstensi Chrome yang dikembangkan oleh https://webrobots.io, dan fitur utamanya adalah "Tool for notifying on car searches in mobile.de and autoscout24.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy Car Search
Unduh file ekstensi Easy Car Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | Easy Car Search |
ID | ekhmpgabedfgpalclmfeofmaneolcejk |
URL Resmi | https://chromewebstore.google.com/detail/easy-car-search/ekhmpgabedfgpalclmfeofmaneolcejk |
Deskripsi | Tool for notifying on car searches in mobile.de and autoscout24.com |
Ukuran File | 59.55 KB |
Jumlah Instalasi | 248 |
Versi Saat Ini | 0.3.1 |
Terakhir Diperbarui | 2021-10-22 |
Tanggal Publikasi | 2019-08-13 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | https://webrobots.io |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://webrobots.io/privacy-policy |
Bahasa yang Didukung | 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" ] } } |