EE-Updation Filler
Mother and Child Updation with Excel Sheet
Τι είναι το EE-Updation Filler;
Το EE-Updation Filler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον EE Projects, και η κύρια λειτουργία του είναι "Mother and Child Updation with Excel Sheet".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EE-Updation Filler
Λήψη αρχείων επέκτασης EE-Updation Filler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Mother and Child Updation with Excel Sheet V3 [email protected] Application supports the following browsers: Chrome (latest) TERMS OF SERVICE 1. EE-Updation Filler is not official India government software, app and extension. 2. If you use this extension, then it will be your responsibility that how you are using this extension. 3. The main purpose of this extension is to make Data Entry easy, but if you use this extension to upload data unofficially, then it will be your responsibility. EE-Projects will not have any responsibility in this. 4. EE-Projects software do not access any type of user site data while using these software.
Βασικές Πληροφορίες Επέκτασης
Όνομα | EE-Updation Filler |
ID | lgfddmplncjmibhmmmgbiafeklelnckc |
Επίσημο URL | https://chromewebstore.google.com/detail/ee-updation-filler/lgfddmplncjmibhmmmgbiafeklelnckc |
Περιγραφή | Mother and Child Updation with Excel Sheet |
Μέγεθος Αρχείου | 4.19 MB |
Αριθμός Εγκαταστάσεων | 1,146 |
Τρέχουσα Έκδοση | 4.0.26 |
Τελευταία Ενημέρωση | 2024-01-03 |
Ημερομηνία Δημοσίευσης | 2021-10-17 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | EE Projects |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ee-projects-ee.blogspot.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ee-projects-ee.blogspot.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://ee-projects-ee.blogspot.com/2019/10/ee-projects-privacy-policy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDescription__", "version": "4.0.26", "manifest_version": 3, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "permissions": [ "tabs", "storage", "contextMenus", "unlimitedStorage", "identity", "identity.email", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/www.googleapis.com\/", "*:\/\/eeprojects.ctechhindi.in\/", "*:\/\/rch.nhm.gov.in\/RCH\/*" ], "oauth2": { "client_id": "31785199518-1eq12sno8msgj22r2rdi6hqiekelohpq.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login" ] }, "content_scripts": [ { "matches": [ "*:\/\/rch.nhm.gov.in\/RCH\/*", "*:\/\/rch.nhm.gov.in\/rch\/*" ], "js": [ "contentScript15.js", "contentScript16.js", "contentScript14.js", "contentScript25.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/rch.nhm.gov.in\/RCH\/UI\/AdvancedSearch.aspx", "*:\/\/rch.nhm.gov.in\/RCH\/UI\/BankSearch.aspx" ], "js": [ "contentScript1.js" ], "all_frames": true }, { "matches": [ "*:\/\/rch.nhm.gov.in\/RCH\/UI\/ChildTrackingEntry.aspx", "*:\/\/rch.nhm.gov.in\/RCH\/UI\/ChildDataEntry.aspx*", "*:\/\/rch.nhm.gov.in\/RCH\/UI\/ChildTrackingMedicalEntry.aspx?ImmuCode*" ], "js": [ "contentScript3.js" ], "all_frames": true }, { "matches": [ "*:\/\/rch.nhm.gov.in\/RCH\/UI\/*" ], "js": [ "contentScript2.js", "contentScript20.js" ], "all_frames": true }, { "matches": [ "*:\/\/rch.nhm.gov.in\/RCH\/UI\/SetLocation.aspx", "*:\/\/rch.nhm.gov.in\/RCH\/UI\/DataEntry.aspx", "*:\/\/rch.nhm.gov.in\/RCH\/UI\/AdvancedSearch.aspx", "*:\/\/rch.nhm.gov.in\/RCH\/UI\/BankSearch.aspx" ], "js": [ "contentScript13.js", "contentScript12.js" ], "all_frames": true }, { "matches": [ "*:\/\/rch.nhm.gov.in\/*" ], "js": [ "assets\/selector-generator.js", "contentScript21.js" ], "all_frames": true } ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" } }, "icons": { "128": "icons\/128x128.png" }, "options_ui": { "page": "donation.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "assets\/*", "scripts\/*", "contentScripts20.js", "contentScripts21.js", "contentScripts22.js", "contentScript22.js", "options.html" ], "matches": [ "*:\/\/*.rch.nhm.gov.in\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "assets\/rules_1.json" } ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |