Coursera Financial AID Helper

Easily apply for financial AID on Coursera!

Coursera Financial AID Helper란 무엇입니까?

Coursera Financial AID Helper은(는) pnshiralkar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily apply for financial AID on Coursera!"입니다.

확장 프로그램 스크린샷

screenshot

Coursera Financial AID Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to fill Coursera Financial AID Form very easily. It autofills the necessary fields and remembers past data for some fields. 

Go to Coursera Financial AID Page and click on the extension icon at top right corner bar. If you are on Financial AID application form page, Autofill button will activate. Click that button to get the form fields filled automatically!                    

확장 프로그램 기본 정보

이름 Coursera Financial AID Helper Coursera Financial AID Helper
ID oajokdaglplookilbefoiokiidkggdoo
공식 URL https://chromewebstore.google.com/detail/coursera-financial-aid-he/oajokdaglplookilbefoiokiidkggdoo
설명 Easily apply for financial AID on Coursera!
파일 크기 16.53 KB
설치 횟수 79
현재 버전 1.0
최근 업데이트 2020-03-19
출시 날짜 2020-03-19
개발자 pnshiralkar
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://open-link-on-pc.firebaseapp.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coursera Financial AID Helper",
    "version": "1.0",
    "description": "Easily apply for financial AID on Coursera!",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon120.png"
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    }
}