Wardlist Downloader
Download your LDS wardlist in CSV format!
Was ist Wardlist Downloader?
Wardlist Downloader ist eine Chrome-Erweiterung, die von ksbarnwell entwickelt wurde, und ihr Hauptmerkmal ist "Download your LDS wardlist in CSV format!".
Wardlist Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wardlist Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | heelecofokdkmmbialhcidblofhkfeid |
Offizielle URL | https://chrome.google.com/webstore/detail/wardlist-downloader/heelecofokdkmmbialhcidblofhkfeid |
Beschreibung | Download your LDS wardlist in CSV format! |
Dateigröße | 34.59 KB |
Installationsanzahl | 94 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-08-26 |
Veröffentlichungsdatum | 2018-08-26 |
Entwickler | ksbarnwell |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |