Wardlist Downloader
Download your LDS wardlist in CSV format!
Wat is Wardlist Downloader?
Wardlist Downloader is een Chrome-extensie ontwikkeld door ksbarnwell, en de belangrijkste functie is "Download your LDS wardlist in CSV format!".
Download het CRX-bestand van de extensie Wardlist Downloader
Download Wardlist Downloader-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
Sign into lds.org and run this extension. It will download a basic CSV file containing your ward directory. Column headers will be Name, Address, Phone.
Basisinformatie over de Extensie
Naam | |
ID | heelecofokdkmmbialhcidblofhkfeid |
Officiële URL | https://chrome.google.com/webstore/detail/wardlist-downloader/heelecofokdkmmbialhcidblofhkfeid |
Beschrijving | Download your LDS wardlist in CSV format! |
Bestandsgrootte | 34.59 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-08-26 |
Publicatiedatum | 2018-08-26 |
Ontwikkelaar | ksbarnwell |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wardlist Downloader", "version": "1.1", "description": "Download your LDS wardlist in CSV format!", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Wardlist Downloader" }, "icons": { "16": "images\/wardlistdownloadericon16.png", "32": "images\/wardlistdownloadericon32.png", "48": "images\/wardlistdownloadericon48.png", "128": "images\/wardlistdownloadericon128.png" }, "manifest_version": 2 } |