Coursera Financial AID Helper
Easily apply for financial AID on Coursera!
Coursera Financial AID Helperคืออะไร?
Coursera Financial AID Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pnshiralkar และคุณลักษณะหลักของมันคือ "Easily apply for financial AID on Coursera!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coursera Financial AID Helper
ดาวน์โหลดไฟล์ส่วนขยาย Coursera Financial AID Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } } |