StudentsFirst

StudentsFirst is designed to help your interactions with CUNYFirst go smoother. To use it, just install the extension and log in to…

StudentsFirstคืออะไร?

StudentsFirst เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moshe Berman และคุณลักษณะหลักของมันคือ "StudentsFirst is designed to help your interactions with CUNYFirst go smoother. To use it, just install the extension and log in to…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StudentsFirst

ดาวน์โหลดไฟล์ส่วนขยาย StudentsFirst ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        StudentsFirst is designed to help your interactions with CUNYFirst go smoother. To use it, just install the extension and log in to CUNYFirst. StudentsFirst takes over from there.

In this preview release, you're getting a brand new landing page, that actually makes sense. 

- Get where you need to go with a brand new landing page.
- A summary panel on the lefthand side shows relevant information about registration, tuition, and the academic calendar.
- Notifications get out of your way and stay there until you want them. Roll over the the notification center with your mouse.
- CUNYFirst was confused about what school some students were enrolled in. No more.

There's plenty more on the way.  Feel free to send feedback and bug reports. I'll try my best to accommodate.



What's new in this update?

New in  0.6.3.1:
- Added email address to feedback link. Whoops!

New in  0.6.3:
- The summary panel is new in this release.
- Notification center no longer pushes the rest of the page down when it's open.

New in 0.6.1:
- New login page allows your browser to save your password if you wish.

StudentsFirst is brought to you by Moshe Berman and Yitzchak Friedman.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ StudentsFirst StudentsFirst
ID bmoppdfdfmodkmpfjfodmeicmdnhnolb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/studentsfirst/bmoppdfdfmodkmpfjfodmeicmdnhnolb
คำอธิบาย StudentsFirst is designed to help your interactions with CUNYFirst go smoother. To use it, just install the extension and log in to…
ขนาดไฟล์ 75.72 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.6.3.1
อัปเดตครั้งล่าสุด 2013-09-28
วันที่เผยแพร่ 2013-09-28
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Moshe Berman
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StudentsFirst",
    "version": "0.6.3.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cunyfirst.cuny.edu\/*"
            ],
            "css": [
                "css\/global.css",
                "css\/components\/college-menu.css",
                "css\/components\/navigation-bar.css",
                "css\/components\/notification-center.css",
                "css\/components\/summary-panel.css"
            ],
            "js": [
                "js\/util\/phone-numbers.js",
                "js\/util\/urls.js",
                "js\/util\/colleges.js",
                "js\/ui\/components\/college-menu.js",
                "js\/util\/main.js",
                "js\/util\/logger.js",
                "js\/ui\/components\/navigation-bar.js",
                "js\/ui\/components\/notification-center.js",
                "js\/ui\/components\/summary-panel.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.cunyfirst.cuny.edu\/psp\/cnyepprd\/EMPLOYEE\/EMPL\/h\/*"
            ],
            "css": [
                "css\/pages\/landing.css"
            ],
            "js": [
                "js\/ui\/pages\/landing.js"
            ]
        },
        {
            "matches": [
                "https:\/\/home.cunyfirst.cuny.edu\/oam\/Portal_Login1.html"
            ],
            "css": [
                "css\/pages\/login.css"
            ],
            "js": [
                "js\/ui\/pages\/login.js"
            ]
        },
        {
            "matches": [
                "https:\/\/home.cunyfirst.cuny.edu\/oam\/logout.html"
            ],
            "js": [
                "js\/ui\/pages\/logout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/logo_wide_small.png",
        "img\/studentsfirst-banner.png",
        "css\/global.css",
        "css\/pages\/landing.css",
        "css\/pages\/login.css",
        "css\/components\/navigation-bar.css",
        "css\/components\/notification-center.css"
    ]
}