LPU UMS Extension
Now login to LPU UMS is Made simple by this litte Cuddy.
什麼是LPU UMS Extension?
LPU UMS Extension是由Bhargava Prabu Reddy開發的Chrome擴展程式,該擴展的主要功能是“Now login to LPU UMS is Made simple by this litte Cuddy.”。
擴展截圖
下載LPU UMS Extension擴展crx文件
下載LPU UMS Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An Easy way to login to Lpu Ums Portal directly without the landing page. Now login to LPU UMS is Made simple. LPU UMS Extension is a easy way to login to UMS Portal. You can save your User name and password for the next login! ★ Save Username ★ Save Password ★ Login to Myclass. ★ Navigate to Dashboard, Home Page, Upload Assignemt, View Assignments. ★ Password is not tracked, it is stored in browser and it is hidden. Like this Extension? then Review it.
擴展基本資訊
名稱 | LPU UMS Extension |
ID | acpmgacalnkaggikkhdffhogebmbjpmp |
官方網址 | https://chromewebstore.google.com/detail/lpu-ums-extension/acpmgacalnkaggikkhdffhogebmbjpmp |
簡介 | Now login to LPU UMS is Made simple by this litte Cuddy. |
檔案大小 | 2.04 MB |
安裝次數 | 167 |
目前版本 | 4.4.3 |
更新時間 | 2021-01-07 |
上架時間 | 2020-05-20 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Bhargava Prabu Reddy |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://codeforcoder.com/article/blog |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LPU UMS Extension", "description": "Now login to LPU UMS is Made simple by this litte Cuddy.", "version": "4.4.3", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/Icon-16.png", "24": "images\/Icon-24.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.lpu.in\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js" ] } ], "options_page": "option\/options.html", "manifest_version": 2, "browser_action": { "default_icon": { "16": "images\/Icon-16.png", "24": "images\/Icon-24.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "default_popup": "index.html", "default_title": "EASY WAY TO LOGIN UMS" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "MacCtrl+Shift+U" }, "description": "Shortcut to open LPU UMS Extension" } } } |