IATI Decipher
Browser plugins for deciphering IATI organisation files.
ما هو IATI Decipher؟
IATI Decipher هو إضافة Chrome تم تطويرها بواسطة Publish What You Fund، والميزة الرئيسية لها هي "Browser plugins for deciphering IATI organisation files.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IATI Decipher
قم بتنزيل ملفات الامتداد IATI Decipher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | IATI Decipher |
ID | akignlamolglcjboilhajenkkkcnohjj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/iati-decipher/akignlamolglcjboilhajenkkkcnohjj |
الوصف | Browser plugins for deciphering IATI organisation files. |
حجم الملف | 1.95 MB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.5.2 |
آخر تحديث | 2019-12-22 |
تاريخ النشر | 2019-12-19 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Publish What You Fund |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://iati-decipher.publishwhatyoufund.org |
عنوان صفحة سياسة الخصوصية | http://www.publishwhatyoufund.org/privacy-policy |
اللغات المدعومة | 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" } } |