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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Edi by Cialfo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}