Plexuss
The Student Opportunity Network!
Plexuss क्या है?
Plexuss https://plexuss.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Student Opportunity Network!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Plexuss एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |