Plexuss
The Student Opportunity Network!
Vad är Plexuss?
Plexuss är en Chrome-tillägg utvecklad av https://plexuss.com, och dess huvudfunktion är "The Student Opportunity Network!".
Tilläggsskärmbilder
Ladda ner Plexuss-förlängningens CRX-fil
Ladda ner Plexuss-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eglbdkobllcefihgfgkipponopipnkma |
| Officiell webbadress | https://chromewebstore.google.com/detail/plexuss/eglbdkobllcefihgfgkipponopipnkma |
| Beskrivning | The Student Opportunity Network! |
| Filstorlek | 21.34 KB |
| Antal Installationer | 78 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2021-05-01 |
| Publiceringsdatum | 2019-12-20 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | https://plexuss.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://plexuss.com |
| Hjälpsida URL | https://plexuss.com/contact |
| URL till Sekretesspolicy Sidan | https://plexuss.com/privacy-policy |
| Stödda Språk | 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"
}
} | |