IATI Decipher
Browser plugins for deciphering IATI organisation files.
Was ist IATI Decipher?
IATI Decipher ist eine Chrome-Erweiterung, die von Publish What You Fund entwickelt wurde, und ihr Hauptmerkmal ist "Browser plugins for deciphering IATI organisation files.".
Erweiterungsscreenshots
IATI Decipher-Erweiterungs-CRX-Datei herunterladen
Laden Sie IATI Decipher-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
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
Grundlegende Informationen zur Erweiterung
Name | IATI Decipher |
ID | akignlamolglcjboilhajenkkkcnohjj |
Offizielle URL | https://chromewebstore.google.com/detail/iati-decipher/akignlamolglcjboilhajenkkkcnohjj |
Beschreibung | Browser plugins for deciphering IATI organisation files. |
Dateigröße | 1.95 MB |
Installationsanzahl | 106 |
Aktuelle Version | 1.5.2 |
Letztes Update | 2019-12-22 |
Veröffentlichungsdatum | 2019-12-19 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Publish What You Fund |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://iati-decipher.publishwhatyoufund.org |
URL der Datenschutzrichtlinien-Seite | http://www.publishwhatyoufund.org/privacy-policy |
Unterstützte Sprachen | 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" } } |