Plexuss
The Student Opportunity Network!
Plexussคืออะไร?
Plexuss เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plexuss.com และคุณลักษณะหลักของมันคือ "The Student Opportunity Network!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plexuss
ดาวน์โหลดไฟล์ส่วนขยาย Plexuss ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Applying to universities? Stay up-to-date with your college research activity by downloading the easy-to-use Plexuss extension! Get notified whenever a college has shown interest in you and be on track in finding your best-fit college. Visit our site at https://plexuss.com to learn more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Plexuss |
ID | eglbdkobllcefihgfgkipponopipnkma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma |
คำอธิบาย | The Student Opportunity Network! |
ขนาดไฟล์ | 21.34 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2021-05-01 |
วันที่เผยแพร่ | 2019-12-20 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://plexuss.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://plexuss.com |
URL หน้าช่วยเหลือ | https://plexuss.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://plexuss.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Plexuss", "description": "The Student Opportunity Network!", "version": "2.0.0", "action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/plexuss.com\/*", "https:\/\/dev.plexuss.com\/*", "http:\/\/plexuss.local:8000\/*", "http:\/\/plexuss.local\/*" ], "js": [ "install_notifier.js" ], "run_at": "document_idle" } ], "permissions": [ "alarms", "contextMenus", "scripting", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/plexuss.com\/*", "https:\/\/plexuss.com\/" ], "background": { "service_worker": "background.js" } } |