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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |