RightMove extractor
Get data from RightMove to Excel......now
Vad är RightMove extractor?
RightMove extractor är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Get data from RightMove to Excel......now".
Tilläggsskärmbilder
Ladda ner RightMove extractor-förlängningens CRX-fil
Ladda ner RightMove extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows you to download your list of properties into excel directly from RightMove Grundläggande Information om Tillägg
| Namn | |
| ID | icgjdipkggdienffhkjkbkenfdpcmdhg |
| Officiell webbadress | https://chromewebstore.google.com/detail/rightmove-extractor/icgjdipkggdienffhkjkbkenfdpcmdhg |
| Beskrivning | Get data from RightMove to Excel......now |
| Filstorlek | 31.72 KB |
| Antal Installationer | 268 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-01-03 |
| Publiceringsdatum | 2022-01-02 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |