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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}