Wardlist Downloader
Download your LDS wardlist in CSV format!
Wardlist Downloader là gì?
Wardlist Downloader là một tiện ích mở rộng Chrome được phát triển bởi ksbarnwell, và tính năng chính của nó là "Download your LDS wardlist in CSV format!".
Tải xuống tệp CRX của tiện ích mở rộng Wardlist Downloader
Tải xuống các tệp mở rộng Wardlist Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | heelecofokdkmmbialhcidblofhkfeid |
URL Chính Thức | https://chrome.google.com/webstore/detail/wardlist-downloader/heelecofokdkmmbialhcidblofhkfeid |
Mô tả | Download your LDS wardlist in CSV format! |
Kích Thước Tệp | 34.59 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-08-26 |
Ngày Phát Hành | 2018-08-26 |
Nhà Phát Triển | ksbarnwell |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |