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开发的Chrome扩展程序,该扩展的主要功能是“Edi is a great tool for finding US college essay prompts and courses in the US, UK, Canada, Netherlands & Germany.”。

扩展截图

screenshot
screenshot
screenshot

下载Edi by Cialfo扩展crx文件

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