RightMove extractor
Get data from RightMove to Excel......now
ما هو RightMove extractor؟
RightMove extractor هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Get data from RightMove to Excel......now".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RightMove extractor
قم بتنزيل ملفات الامتداد RightMove extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows you to download your list of properties into excel directly from RightMove
معلومات أساسية عن التمديد
الاسم | RightMove extractor |
ID | icgjdipkggdienffhkjkbkenfdpcmdhg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rightmove-extractor/icgjdipkggdienffhkjkbkenfdpcmdhg |
الوصف | Get data from RightMove to Excel......now |
حجم الملف | 31.72 KB |
عدد التثبيتات | 268 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-01-03 |
تاريخ النشر | 2022-01-02 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |