IATI Decipher
Browser plugins for deciphering IATI organisation files.
IATI Decipher là gì?
IATI Decipher là một tiện ích mở rộng Chrome được phát triển bởi Publish What You Fund, và tính năng chính của nó là "Browser plugins for deciphering IATI organisation files.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IATI Decipher
Tải xuống các tệp mở rộng IATI Decipher 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
A browser plugin to visualise any IATI organisation file listed on the IATI registry (https://iatiregistry.org). - Visualise all org-level budget data – either total, or filtered by recipient country, recipient region, or recipient organisation. Additionally, filter by budget line - Visualise org-level expenditure data, and filter by expense line - Export filtered budget or expenditure data to Excel - Search and filter documents
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IATI Decipher |
ID | akignlamolglcjboilhajenkkkcnohjj |
URL Chính Thức | https://chromewebstore.google.com/detail/iati-decipher/akignlamolglcjboilhajenkkkcnohjj |
Mô tả | Browser plugins for deciphering IATI organisation files. |
Kích Thước Tệp | 1.95 MB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2019-12-22 |
Ngày Phát Hành | 2019-12-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Publish What You Fund |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://iati-decipher.publishwhatyoufund.org |
URL Trang Chính Sách Bảo Mật | http://www.publishwhatyoufund.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IATI Decipher", "version": "1.5.2", "description": "Browser plugins for deciphering IATI organisation files.", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "js": [ "js\/js.js" ], "matches": [ "*:\/\/*.iatiregistry.org\/dataset*", "*:\/\/*.iatiregistry.org\/publisher\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "css\/css.css", "webfonts\/*", "fonts\/*", "img\/*", "json\/*" ], "browser_action": { "default_icon": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "128": "img\/icon-128.png" }, "default_title": "IATI Decipher", "default_popup": "html\/popup.html" } } |