RightMove extractor
Get data from RightMove to Excel......now
Wat is RightMove extractor?
RightMove extractor is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Get data from RightMove to Excel......now".
Extensie Screenshots
Download het CRX-bestand van de extensie RightMove extractor
Download RightMove extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to download your list of properties into excel directly from RightMove
Basisinformatie over de Extensie
Naam | RightMove extractor |
ID | icgjdipkggdienffhkjkbkenfdpcmdhg |
Officiële URL | https://chromewebstore.google.com/detail/rightmove-extractor/icgjdipkggdienffhkjkbkenfdpcmdhg |
Beschrijving | Get data from RightMove to Excel......now |
Bestandsgrootte | 31.72 KB |
Aantal Installaties | 268 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-01-03 |
Publicatiedatum | 2022-01-02 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RightMove extractor", "description": "Get data from RightMove to Excel......now", "version": "1.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo.png", "32": "\/images\/logo.png", "48": "\/images\/logo.png", "128": "\/images\/logo.png" } }, "icons": { "16": "\/images\/logo.png", "32": "\/images\/logo.png", "48": "\/images\/logo.png", "128": "\/images\/logo.png" } } |