Edi by Cialfo

Edi is a great tool for finding US college essay prompts and courses in the US, UK, Canada, Netherlands & Germany.

Τι είναι το Edi by Cialfo;

Το Edi by Cialfo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cialfo.co, και η κύρια λειτουργία του είναι "Edi is a great tool for finding US college essay prompts and courses in the US, UK, Canada, Netherlands & Germany.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Edi by Cialfo

Λήψη αρχείων επέκτασης Edi by Cialfo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Quickly find and discover college essay prompts! Edi by Cialfo was built to help busy college counselors and college applicants. 

Click on the Edi button and immediately start looking up essay prompts. Search by college names, keywords, or majors and courses. 

Found a problem? Click "report an update", or let us know at [email protected]. 

About Cialfo: Cialfo is a college guidance platform used by the best international schools around the world. Cialfo helps busy counselors manage students, monitor assignments and due dates, schedule meetings, submit documents and transcripts, collaborate with students, parents, and colleagues, and more. Check it out at www.cialfo.co.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Edi by Cialfo Edi by Cialfo
ID ohhmmflcnoeehggpiakblhkclhflkcca
Επίσημο URL https://chrome.google.com/webstore/detail/edi-by-cialfo/ohhmmflcnoeehggpiakblhkclhflkcca
Περιγραφή Edi is a great tool for finding US college essay prompts and courses in the US, UK, Canada, Netherlands & Germany.
Μέγεθος Αρχείου 695 KB
Αριθμός Εγκαταστάσεων 5,033
Τρέχουσα Έκδοση 0.0.2.4
Τελευταία Ενημέρωση 2022-07-12
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 4.82/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής http://cialfo.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cialfo.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://cialfo.co/chrome
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "Edi by Cialfo",
    "short_name": "Edi",
    "description": "Edi is a great tool for finding US college essay prompts and courses in the US, UK, Canada, Netherlands & Germany.",
    "version": "0.0.2.4",
    "icons": {
        "128": "crest.png",
        "16": "crest.png",
        "48": "crest.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/main.js",
                "\/js\/jquery-1.12.3.min.js"
            ],
            "css": [
                "\/css\/main.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Edi by Cialfo",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+E"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}