RightMove extractor

Get data from RightMove to Excel......now

Qu'est-ce que RightMove extractor ?

RightMove extractor est une extension Chrome développée par Unknown, et sa fonction principale est "Get data from RightMove to Excel......now".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RightMove extractor

Téléchargez les fichiers d'extension RightMove extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allows you to download your list of properties into excel directly from RightMove                    

Informations de Base sur l'Extension

Nom RightMove extractor RightMove extractor
ID icgjdipkggdienffhkjkbkenfdpcmdhg
URL Officiel https://chromewebstore.google.com/detail/rightmove-extractor/icgjdipkggdienffhkjkbkenfdpcmdhg
Description Get data from RightMove to Excel......now
Taille du Fichier 31.72 KB
Nombre d'Installations 268
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-03
Date de Publication 2022-01-02
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}