Financial Aid Filing Software

This extension manages the entire college financial aid process for professional college funding advisors and individual parents.

ما هو Financial Aid Filing Software؟

Financial Aid Filing Software هو إضافة Chrome تم تطويرها بواسطة College Tuition Solutions, Inc.، والميزة الرئيسية لها هي "This extension manages the entire college financial aid process for professional college funding advisors and individual parents.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Financial Aid Filing Software

قم بتنزيل ملفات الامتداد Financial Aid Filing Software بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will:

Calculate both Federal and Institutional Expected Family Contributions (EFC)

Obtain Federal Student Aid Identification usernames and passwords

File the Free Application for Federal Student Aid (FAFSA)in a minute

Add colleges to the FAFSA

Make changes to the FAFSA

Create College Board Accounts

Register the student for the CSS/Profile

File the CSS/Profile in less than 30 seconds

Add colleges to the CSS/Profile

Provide interaction with IDOC

Complete the College Boards Dependent Verification Form in one second

Identify colleges that will offer students the most free money (Merit Max)

Analyze financial aid awards in minutes

Track the progress of each student via reports

Send financial aid alert emails to parents

Call or text parents to take specific actions

And much more

For additional licensing information visit http://fafsasoft.com                    

معلومات أساسية عن التمديد

الاسم Financial Aid Filing Software Financial Aid Filing Software
ID nabhbmneeeooflblenmplachnbffjiip
عنوان URL الرسمي https://chromewebstore.google.com/detail/financial-aid-filing-soft/nabhbmneeeooflblenmplachnbffjiip
الوصف This extension manages the entire college financial aid process for professional college funding advisors and individual parents.
حجم الملف 2.23 MB
عدد التثبيتات 1,000
النسخة الحالية 18.152
آخر تحديث 2024-03-01
تاريخ النشر 2020-06-16
تقييم 5.00/5 مجموع تقييمات 4
المطور College Tuition Solutions, Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://fafsasoft.com
عنوان صفحة سياسة الخصوصية https://www.filecollegeinfo.com/Privacy.php
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "update_url": "https:\/\/www.filecollegeinfo.com\/Extension\/Updates.php?Browser=Firefox",
            "id": "{e267d74f-8659-4832-9aa4-ca0ec43456de}"
        }
    },
    "manifest_version": 3,
    "name": "Financial Aid Filing Software",
    "short_name": "FCI Filing",
    "description": "This extension manages the entire college financial aid process for professional college funding advisors and individual parents.",
    "version": "18.152",
    "action": {
        "default_icon": "Images\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Images\/icon16.png",
        "48": "Images\/icon48.png",
        "128": "Images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.filecollegeinfo.com\/*",
                "http:\/\/www.filecollegeinfo.com\/*",
                "https:\/\/filecollegeinfo.com\/*",
                "http:\/\/filecollegeinfo.com\/*",
                "https:\/\/www.irs.gov\/*",
                "https:\/\/sa.www4.irs.gov\/*",
                "https:\/\/bigfuture.collegeboard.org\/*",
                "https:\/\/idoc.collegeboard.org\/*",
                "https:\/\/cssprofile.collegeboard.org\/*",
                "https:\/\/profile.collegeboard.org\/*",
                "https:\/\/account.collegeboard.org\/*",
                "https:\/\/cbaccount.collegeboard.org\/*",
                "https:\/\/prod.idp.collegeboard.org\/*",
                "https:\/\/connect.collegeboard.org\/*",
                "https:\/\/collegeboard.org\/*",
                "https:\/\/www.collegeboard.org\/",
                "https:\/\/fsaid.ed.gov\/*",
                "https:\/\/studentaid.gov\/*",
                "https:\/\/fafsa.ed.gov\/*",
                "http:\/\/fafsa.ed.gov\/*",
                "https:\/\/connectlogin.collegeboard.org\/*",
                "https:\/\/connect.collegeboard.org\/*",
                "https:\/\/npc.collegeboard.org\/*",
                "https:\/\/finaid.org\/*"
            ],
            "js": [
                "content_load.js",
                "jquery.js",
                "aes-json-format.js",
                "aes.js",
                "awards.js",
                "Modules\/Interpreter.js",
                "Modules\/CollegeBoard\/CSSProfile.js",
                "Modules\/CollegeBoard\/CSSProfile\/ProfileShared.js",
                "Modules\/CollegeBoard\/CSSProfile\/ProfileCreate.js",
                "Modules\/CollegeBoard\/CSSProfile\/ProfileFile.js",
                "Modules\/CollegeBoard\/CSSProfile\/ProfileFileNCP.js",
                "Modules\/CollegeBoard\/CSSProfile\/ProfileLogin.js",
                "Modules\/CollegeBoard\/EFC.js",
                "Modules\/CollegeBoard\/IDOC.js",
                "Modules\/FinAid\/EFC.js",
                "Modules\/StudentAid\/EFC.js",
                "Modules\/StudentAid\/FAFSA.js",
                "Modules\/StudentAid\/FSAID.js",
                "Modules\/StudentAid\/FAFSAParents.js",
                "Modules\/StudentAid\/FAFSAShared.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/cdnjs.cloudflare.com'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fafsa_scripts.js",
                "\/Modules\/CollegeBoard\/CSSProfile\/CSSInjected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/studentaid.gov\/*",
            "https:\/\/fafsa.ed.gov\/*",
            "http:\/\/fafsa.ed.gov\/*",
            "https:\/\/studentaid.gov\/fafsa-app\/MY_FAFSA;direction=next"
        ]
    }
}