IATI Decipher
Browser plugins for deciphering IATI organisation files.
IATI Decipher क्या है?
IATI Decipher Publish What You Fund द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser plugins for deciphering IATI organisation files."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IATI Decipher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" } } |